-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html@p=1786.html
883 lines (400 loc) · 53.8 KB
/
index.html@p=1786.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='UTF-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Tournaments – Three Wizards Convention</title>
<link rel='dns-prefetch' href='https://maxcdn.bootstrapcdn.com/'/>
<link rel='dns-prefetch' href='https://fonts.googleapis.com/'/>
<link rel='dns-prefetch' href='https://s.w.org/'/>
<link rel="alternate" type="application/rss+xml" title="Three Wizards Convention » Feed" href="feed/index.html"/>
<link rel="alternate" type="application/rss+xml" title="Three Wizards Convention » Comments Feed" href="comments/feed/index.html"/>
<script type="text/javascript">window._wpemojiSettings={"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/con.3wmoustache.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2.7"}};!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);</script>
<style type="text/css">img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:none!important;padding:0!important}</style>
<link rel='stylesheet' id='wp-block-library-css' href='wp-includes/css/dist/block-library/style.min.css@ver=5.2.7.css' type='text/css' media='all'/>
<link rel='stylesheet' id='font-awesome-5-css' href='wp-content/plugins/themeisle-companion/obfx_modules/gutenberg-blocks/assets/fontawesome/css/all.min.css@ver=5.2.7.css' type='text/css' media='all'/>
<link rel='stylesheet' id='font-awesome-4-shims-css' href='wp-content/plugins/themeisle-companion/obfx_modules/gutenberg-blocks/assets/fontawesome/css/v4-shims.min.css@ver=5.2.7.css' type='text/css' media='all'/>
<link rel='stylesheet' id='themeisle-block_styles-css' href='wp-content/plugins/themeisle-companion/vendor/codeinwp/gutenberg-blocks/build/style.css@ver=5.2.7.css' type='text/css' media='all'/>
<link rel='stylesheet' id='hestia-clients-bar-css' href='wp-content/plugins/themeisle-companion/obfx_modules/companion-legacy/assets/css/hestia/clients-bar.css@ver=5.2.7.css' type='text/css' media='all'/>
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min.css@ver=5.2.7.css' type='text/css' media='all'/>
<link rel='stylesheet' id='obfx-module-pub-css-menu-icons-0-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=2.8.4' type='text/css' media='all'/>
<link rel='stylesheet' id='obfx-module-pub-css-menu-icons-1-css' href='wp-content/plugins/themeisle-companion/obfx_modules/menu-icons/css/public.css@ver=2.8.4.css' type='text/css' media='all'/>
<link rel='stylesheet' id='bootstrap-css' href='wp-content/themes/hestia/assets/bootstrap/css/bootstrap.min.css@ver=1.0.2.css' type='text/css' media='all'/>
<link rel='stylesheet' id='hestia-font-sizes-css' href='wp-content/themes/hestia/assets/css/font-sizes.min.css@ver=2.4.5.css' type='text/css' media='all'/>
<link rel='stylesheet' id='font-awesome-css' href='wp-content/themes/hestia/assets/font-awesome/css/font-awesome.min.css@ver=1.0.2.css' type='text/css' media='all'/>
<link rel='stylesheet' id='hestia_style-css' href='wp-content/themes/hestia/style.min.css@ver=2.4.5.css' type='text/css' media='all'/>
<style id='hestia_style-inline-css' type='text/css'>.hestia-top-bar,.hestia-top-bar .widget.widget_shopping_cart .cart_list{background-color:#363537}.hestia-top-bar .widget .label-floating input[type="search"]:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 9999px #363537}.hestia-top-bar,.hestia-top-bar .widget .label-floating input[type="search"],.hestia-top-bar .widget.widget_search form.form-group:before,.hestia-top-bar .widget.widget_product_search form.form-group:before,.hestia-top-bar .widget.widget_shopping_cart:before{color:#fff}.hestia-top-bar .widget .label-floating input[type="search"]{-webkit-text-fill-color:#fff!important}.hestia-top-bar a,.hestia-top-bar .top-bar-nav li a{color:#fff}.hestia-top-bar a:hover,.hestia-top-bar .top-bar-nav li a:hover{color:#eee}a,
.navbar .dropdown-menu li:hover > a,
.navbar .dropdown-menu li:focus > a,
.navbar .dropdown-menu li:active > a,
.navbar .navbar-nav > li .dropdown-menu li:hover > a,
body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a,
body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a:hover,
body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a:focus,
a:hover,
.card-blog a.moretag:hover,
.card-blog a.more-link:hover,
.widget a:hover,
.has-accent-color {color:#e50000}.pagination span.current,.pagination span.current:focus,.pagination span.current:hover{border-color:#e50000}button,
button:hover,
.woocommerce .track_order button[type="submit"],
.woocommerce .track_order button[type="submit"]:hover,
div.wpforms-container .wpforms-form button[type=submit].wpforms-submit,
div.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover,
input[type="button"],
input[type="button"]:hover,
input[type="submit"],
input[type="submit"]:hover,
input#searchsubmit,
.pagination span.current,
.pagination span.current:focus,
.pagination span.current:hover,
.btn.btn-primary,
.btn.btn-primary:link,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.hestia-sidebar-open.btn.btn-rose,
.hestia-sidebar-close.btn.btn-rose,
.hestia-sidebar-open.btn.btn-rose:hover,
.hestia-sidebar-close.btn.btn-rose:hover,
.hestia-sidebar-open.btn.btn-rose:focus,
.hestia-sidebar-close.btn.btn-rose:focus,
.label.label-primary,
.hestia-work .portfolio-item:nth-child(6n+1) .label,
.nav-cart .nav-cart-content .widget .buttons .button,
.has-accent-background-color {background-color:#e50000}@media (max-width:768px){.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar .navbar-nav .dropdown .dropdown-menu li a:hover,.navbar .navbar-nav .dropdown .dropdown-menu li a:focus,.navbar button.navbar-toggle:hover,.navbar .navbar-nav li:hover>a i{color:#e50000}}body:not(.woocommerce-page) button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.close),
body:not(.woocommerce-page) .button:not([class^="fl-"]):not(hestia-scroll-to-top):not(.navbar-toggle):not(.add_to_cart_button),
div.wpforms-container .wpforms-form button[type=submit].wpforms-submit,
input[type="submit"],
input[type="button"],
.btn.btn-primary,
.widget_product_search button[type="submit"],
.hestia-sidebar-open.btn.btn-rose,
.hestia-sidebar-close.btn.btn-rose,
.everest-forms button[type=submit].everest-forms-submit-button {-webkit-box-shadow:0 2px 2px 0 rgba(229,0,0,.14) , 0 3px 1px -2px rgba(229,0,0,.2) , 0 1px 5px 0 rgba(229,0,0,.12);box-shadow:0 2px 2px 0 rgba(229,0,0,.14) , 0 3px 1px -2px rgba(229,0,0,.2) , 0 1px 5px 0 rgba(229,0,0,.12)}.card .header-primary,.card .content-primary,.everest-forms button[type="submit"].everest-forms-submit-button{background:#e50000}body:not(.woocommerce-page) .button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.add_to_cart_button):hover,
body:not(.woocommerce-page) button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.close):hover,
div.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input#searchsubmit:hover,
.widget_product_search button[type="submit"]:hover,
.pagination span.current,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.hestia-sidebar-open.btn.btn-rose:hover,
.hestia-sidebar-close.btn.btn-rose:hover,
.pagination span.current:hover,
.everest-forms button[type=submit].everest-forms-submit-button:hover,
.everest-forms button[type=submit].everest-forms-submit-button:focus,
.everest-forms button[type=submit].everest-forms-submit-button:active {-webkit-box-shadow:0 14px 26px -12px rgba(229,0,0,.42) , 0 4px 23px 0 rgba(0,0,0,.12) , 0 8px 10px -5px rgba(229,0,0,.2);box-shadow:0 14px 26px -12px rgba(229,0,0,.42) , 0 4px 23px 0 rgba(0,0,0,.12) , 0 8px 10px -5px rgba(229,0,0,.2);color:#fff}.form-group.is-focused .form-control{background-image:-webkit-gradient(linear,left top,left bottom,from(#e50000),to(#e50000)) , -webkit-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2));background-image:-webkit-linear-gradient(linear,left top,left bottom,from(#e50000),to(#e50000)) , -webkit-linear-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2));background-image:linear-gradient(linear,left top,left bottom,from(#e50000),to(#e50000)) , linear-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2))}.navbar:not(.navbar-transparent) li:not(.btn):hover > a,
.navbar li.on-section:not(.btn) > a,
.navbar.full-screen-menu.navbar-transparent li:not(.btn):hover > a,
.navbar.full-screen-menu .navbar-toggle:hover,
.navbar:not(.navbar-transparent) .nav-cart:hover,
.navbar:not(.navbar-transparent) .hestia-toggle-search:hover {color:#e50000}.header-filter-gradient{background:linear-gradient(45deg,rgba(168,29,132,1) 0%,#ea396f 100%)}.has-header-gradient-color{color:#a81d84}.has-header-gradient-background-color{background-color:#a81d84}.has-background-color-color{color:#e50000}.has-background-color-background-color{background-color:#e50000}.btn.btn-primary:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item), input[type="submit"]:not(.search-submit), body:not(.woocommerce-account) .woocommerce .button.woocommerce-Button, .woocommerce .product button.button, .woocommerce .product button.button.alt, .woocommerce .product #respond input#submit, .woocommerce-cart .blog-post .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-checkout #payment #place_order, .woocommerce-account.woocommerce-page button.button, .woocommerce .track_order button[type="submit"], .nav-cart .nav-cart-content .widget .buttons .button, .woocommerce a.button.wc-backward, body.woocommerce .wccm-catalog-item a.button, body.woocommerce a.wccm-button.button, form.woocommerce-form-coupon button.button, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit, div.woocommerce a.button.alt, div.woocommerce table.my_account_orders .button, .btn.colored-button, .btn.btn-left, .btn.btn-right, .btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close){padding-top:15px;padding-bottom:15px;padding-left:33px;padding-right:33px}.btn.btn-primary:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item), input[type="submit"]:not(.search-submit), body:not(.woocommerce-account) .woocommerce .button.woocommerce-Button, .woocommerce .product button.button, .woocommerce .product button.button.alt, .woocommerce .product #respond input#submit, .woocommerce-cart .blog-post .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-checkout #payment #place_order, .woocommerce-account.woocommerce-page button.button, .woocommerce .track_order button[type="submit"], .nav-cart .nav-cart-content .widget .buttons .button, .woocommerce a.button.wc-backward, body.woocommerce .wccm-catalog-item a.button, body.woocommerce a.wccm-button.button, form.woocommerce-form-coupon button.button, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit, div.woocommerce a.button.alt, div.woocommerce table.my_account_orders .button, input[type="submit"].search-submit, .hestia-view-cart-wrapper .added_to_cart.wc-forward, .woocommerce-product-search button, .woocommerce-cart .actions .button, #secondary div[id^=woocommerce_price_filter] .button, .woocommerce div[id^=woocommerce_widget_cart].widget .buttons .button, .searchform input[type=submit], .searchform button, .search-form:not(.media-toolbar-primary) input[type=submit], .search-form:not(.media-toolbar-primary) button, .woocommerce-product-search input[type=submit], .btn.colored-button, .btn.btn-left, .btn.btn-right, .btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close){border-radius:3px}@media (min-width:769px){.page-header.header-small .hestia-title,.page-header.header-small .title,h1.hestia-title.title-in-content,.main article.section .has-title-font-size{font-size:42px}}.page-template-builder-fullwidth-std .header>.elementor{padding-top:70px}</style>
<link rel='stylesheet' id='hestia_fonts-css' href='https://fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C500%2C700%7CRoboto+Slab%3A400%2C700&subset=latin%2Clatin-ext&ver=2.4.5' type='text/css' media='all'/>
<script type='text/javascript' src='wp-includes/js/jquery/jquery.js@ver=1.12.4-wp'></script>
<script type='text/javascript' src='wp-includes/js/jquery/jquery-migrate.min.js@ver=1.4.1'></script>
<script type='text/javascript'>//<![CDATA[
var wpgmza_google_api_status={"message":"Enqueued","code":"ENQUEUED"};
//]]></script>
<script type='text/javascript' src='wp-content/plugins/wp-google-maps/wpgmza_data.js@ver=5.2.7'></script>
<link rel='https://api.w.org/' href='wp-json/index.html'/>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc.php@rsd"/>
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml"/>
<meta name="generator" content="WordPress 5.2.7"/>
<link rel="canonical" href="index.html@p=1786.html"/>
<link rel='shortlink' href='index.html@p=1786.html'/>
<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed@url=https%253A%252F%252Fcon.3wmoustache.com%252Fevents%252Ftournaments%252F"/>
<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed@url=https%253A%252F%252Fcon.3wmoustache.com%252Fevents%252Ftournaments%252F&format=xml"/>
<style type="text/css">.recentcomments a{display:inline!important;padding:0!important;margin:0!important}</style>
<style type="text/css" media="all"></style>
<style type="text/css" id="custom-background-css">body.custom-background{background-color:#e50000}</style>
<link rel="icon" href="wp-content/uploads/2019/06/cropped-3WM_New_Logo_color-2-2-32x32.png" sizes="32x32"/>
<link rel="icon" href="wp-content/uploads/2019/06/cropped-3WM_New_Logo_color-2-2-192x192.png" sizes="192x192"/>
<link rel="apple-touch-icon-precomposed" href="wp-content/uploads/2019/06/cropped-3WM_New_Logo_color-2-2-180x180.png"/>
<meta name="msapplication-TileImage" content="https://con.3wmoustache.com/wp-content/uploads/2019/06/cropped-3WM_New_Logo_color-2-2-270x270.png"/>
</head>
<body class="page-template-default page page-id-1786 page-child parent-pageid-26 custom-background blog-post header-layout-default">
<div class="wrapper default ">
<header class="header ">
<div style="display: none"></div> <nav class="navbar navbar-default navbar-fixed-top hestia_left navbar-not-transparent">
<div class="container">
<div class="navbar-header">
<div class="title-logo-wrapper">
<a class="navbar-brand" href="index.html" title="Three Wizards Convention">
<p>Three Wizards Convention</p></a>
</div>
<div class="navbar-toggle-wrapper">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="sr-only">Toggle Navigation</span>
</button>
</div>
</div>
<div id="main-navigation" class="collapse navbar-collapse"><ul id="menu-default-top-menu" class="nav navbar-nav"><li id="menu-item-4282" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-4282"><a title="Home Page" href="index.html">Home Page</a></li>
<li id="menu-item-4277" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4277 dropdown"><a title="About" href="index.html@p=24.html" class="dropdown-toggle">About <span class="caret-wrap"><span class="caret"></span></span></a>
<ul role="menu" class="dropdown-menu">
<li id="menu-item-4298" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4298"><a title="Legal" href="index.html@p=35.html">Legal</a></li>
<li id="menu-item-4399" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4399"><a title="Location" href="index.html@p=900.html">Location</a></li>
<li id="menu-item-4300" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4300"><a title="Lodging" href="index.html@p=29.html">Lodging</a></li>
<li id="menu-item-4301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4301"><a title="Parking" href="index.html@p=28.html">Parking</a></li>
<li id="menu-item-4302" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4302"><a title="Rewards" href="index.html@p=33.html">Rewards</a></li>
<li id="menu-item-4303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4303"><a title="Rules for Food" href="index.html@p=31.html">Rules for Food</a></li>
</ul>
</li>
<li id="menu-item-4261" class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-4261 dropdown"><a title="Events" href="index.html@p=26.html" class="dropdown-toggle">Events <span class="caret-wrap"><span class="caret"></span></span></a>
<ul role="menu" class="dropdown-menu">
<li id="menu-item-4311" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4311"><a title="Schedule" href="index.html@p=477.html">Schedule</a></li>
<li id="menu-item-4307" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4307"><a title="Open Gaming/Play to Win" href="index.html@p=54.html">Open Gaming/Play to Win</a></li>
<li id="menu-item-4312" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4312"><a title="Scheduled Gaming" href="index.html@p=56.html">Scheduled Gaming</a></li>
<li id="menu-item-4332" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1786 current_page_item menu-item-4332 active"><a title="Tournaments" href="index.html@p=1786.html">Tournaments</a></li>
<li id="menu-item-4354" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4354"><a title="Special Guests" href="index.html@p=1789.html">Special Guests</a></li>
<li id="menu-item-4391" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4391"><a title="Vendors" href="index.html@p=1810.html">Vendors</a></li>
<li id="menu-item-4336" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4336"><a title="Panels" href="index.html@p=1802.html">Panels</a></li>
<li id="menu-item-4304" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4304"><a title="Escape Room" href="index.html@p=934.html">Escape Room</a></li>
<li id="menu-item-4384" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4384"><a title="Video Games" href="index.html@p=1098.html">Video Games</a></li>
<li id="menu-item-4310" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4310"><a title="Raffles" href="index.html@p=27.html">Raffles</a></li>
<li id="menu-item-4306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4306"><a title="Miscellaneous Games" href="index.html@p=1805.html">Miscellaneous Games</a></li>
<li id="menu-item-4308" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4308"><a title="Over-sized Games" href="index.html@p=60.html">Over-sized Games</a></li>
</ul>
</li>
<li id="menu-item-4278" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4278 dropdown"><a title="Registration" href="index.html@p=45.html" class="dropdown-toggle">Registration <span class="caret-wrap"><span class="caret"></span></span></a>
<ul role="menu" class="dropdown-menu">
<li id="menu-item-4313" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4313"><a title="Shirts" href="index.html@p=1034.html">Shirts</a></li>
</ul>
</li>
<li id="menu-item-4279" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4279"><a title="Sponsors" href="index.html@p=1792.html">Sponsors</a></li>
<li id="menu-item-4280" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4280"><a title="Contact" href="index.html@p=42.html">Contact</a></li>
<li id="menu-item-4281" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4281 dropdown"><a title="Archive" href="index.html@p=835.html" class="dropdown-toggle">Archive <span class="caret-wrap"><span class="caret"></span></span></a>
<ul role="menu" class="dropdown-menu">
<li id="menu-item-4314" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4314"><a title="BCGC 2016" href="index.html@p=840.html">BCGC 2016</a></li>
<li id="menu-item-4315" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4315"><a title="BCGC 2017" href="index.html@p=1461.html">BCGC 2017</a></li>
<li id="menu-item-4316" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4316"><a title="BCGC-2018" href="index.html@p=1779.html">BCGC-2018</a></li>
</ul>
</li>
<li class="hestia-search-in-menu"><div class="hestia-nav-search"><form role="search" method="get" class="search-form" action="index.html">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search …" value="" name="s"/>
</label>
<input type="submit" class="search-submit" value="Search"/>
</form></div><div class="hestia-toggle-search"><i class="fa fa-search"></i></div></li></ul></div> </div>
</nav>
</header>
<div id="primary" class="boxed-layout-header page-header header-small" data-parallax="active"><div class="container"><div class="row"><div class="col-md-10 col-md-offset-1 text-center"><h1 class="hestia-title ">Tournaments</h1></div></div></div><div class="header-filter" style="background-image:url(wp-content/uploads/2019/06/3WC-website-cover.jpg)"></div></div><div class="main main-raised ">
<div class="blog-post ">
<div class="container">
<article id="post-1786" class="section section-text">
<div class="row">
<div class="col-md-8 page-content-wrap col-md-offset-2">
<p>Throughout the convention we will be holding many tabletop tournaments. Entry into a tournament is free. Attendees must register for the tournament they would like to be a part of beforehand. This may be done on site at the registration desk or at a link that will be provided for each tournament. Prizes will vary for each tournament</p>
<hr class="wp-block-separator is-style-wide"/>
<h1 style="text-align:left">Boss Monster</h1>
<p>Inspired by a love of classic video games, <em><strong>Boss Monster: The Dungeon Building Card Game</strong></em> pits 2-4 players in a competition to build the ultimate side-scrolling dungeon. Players compete to lure and destroy hapless adventurers, racing to outbid one another to see who can build the most enticing, treasure-filled dungeon. Description via <strong><a href="https://boardgamegeek.com/boardgame/131835/boss-monster-dungeon-building-card-game">BGG</a>.</strong></p>
<p>This tournament will be traditional bracket with single elimination. Winners of the first round will compete to win.</p>
<p>Time/Date: Friday 6:00 PM – 8:00 PM </p>
<p> Link to event<strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/2"> </a><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/104" target="_blank" rel="noreferrer noopener" aria-label="Here (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: TBA </li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Unearth</h1>
<p><em><strong>Unearth</strong></em> is a bend-your-luck game of dice placement and set collection. Designed by Jason Harner and Matthew Ransom, it plays in under an hour with 2-4 players. Each player leads a tribe of Delvers, represented by five dice (3 six-sided, 1 four-sided, and 1 eight-sided). Players take turns rolling and placing dice in an attempt to claim Ruins. Description via <strong><a href="https://boardgamegeek.com/boardgame/217085/unearth">BGG</a>.</strong></p>
<p>This tournament will be traditional bracket with single elimination. 1st and 2nd place winners of the first round will compete to win.</p>
<p>Time/Date: Sunday 2:00 PM – 4:00 PM </p>
<p>Link to event<strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/2"> </a><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/105" target="_blank" rel="noreferrer noopener" aria-label="Here (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: TBA</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Red Dragon Inn</h1>
<p>In <em><strong>Red Dragon Inn</strong></em>, you and your friends are a party of heroic, fantasy adventurers. You’ve raided the dungeon, killed the monsters, and taken their treasure. Now you’re back, and what better way to celebrate your most recent victory than to spend an evening at the Red Dragon Inn. You and your adventuring companions will spend the night drinking, gambling, and roughhousing. The last person who is both sober enough to remain conscious and shrewd enough to hold onto his Gold Coins wins the game. Description via <strong><a href="https://boardgamegeek.com/boardgame/24310/red-dragon-inn">BGG</a>.</strong></p>
<p>Tournament rules coming soon.</p>
<p>Time/Date: Sunday 11:00 AM – 2:00 PM </p>
<p>Link to event<strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/2"> </a><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/106" target="_blank" rel="noreferrer noopener" aria-label="Here (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: TBA</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Deadzone Fall Southwest GT </h1>
<p><em><strong>Deadzone</strong></em> is a dynamic tabletop miniatures skirmish game set in the distant sci-fi universe of Warpath in which two players take command of a crack team of upgradable elite troopers from one of four factions including powerful heroes, troopers, heavy weapons and specialists. You can even upgrade your troopers by collecting equipment and new weapons from the Battlefield, such as Machineguns, medipacks, grenades and more. But beware – you could be triggering a booby trap! Description via <strong><a href="https://boardgamegeek.com/boardgame/142063/deadzone">BGG</a>.</strong></p>
<p>200 point list. No Merc teams, No Elite lists. </p>
<p>Time/Date: Saturday 11:00 AM – 5:00 PM</p>
<p style="text-align:left">Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/2">Here.</a></strong></p>
<ul><li>1st: TBA</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Dreadball Southwest Fall GT </h1>
<p><em><strong>DreadBall: The Futuristic Sports Game</strong></em> is the hyper-kinetic sci-fi sports game of unparalleled speed and ferocity – a fast, fun and tactical miniature sports board game written by Jake Thornton and created by Mantic Games. Description via <strong><a href="https://boardgamegeek.com/boardgame/129731/dreadball-futuristic-sports-game">BGG</a>.</strong></p>
<p>Standard 1200 point teams. All Limitations listed under ‘Building A Team’ are used. Each Player may be allocated one ability at the additional cost of +25 mc per player. The ability is chosen from the Advancement Tables found under ‘Player Upkeep’ in the Rulebook. The following are NOT used: x The Renton Rejects team x The Red Planets team x Giants </p>
<p>Time/Date: Sunday 10:00 AM – 3:00 PM</p>
<p>Link to event <a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/3"><strong>Here.</strong></a></p>
<ul><li>1st: TBA</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Loteria!</h1>
<p><strong>Loteria</strong> is a traditional Mexican game combining cards and <a href="https://boardgamegeek.com/boardgame/7316/bingo">Bingo</a>, and it has been played as a game of chance, as a pastime and for educational purposes. Description via <strong><a href="https://boardgamegeek.com/boardgame/5878/loteria">BGG</a>.</strong> </p>
<p>Throughout the hour, we will be playing many games of Loteria. The winner of each game will win a raffle ticket. </p>
<p>
Time/Date:
</p>
<ul><li>Friday 3:30 PM – 4:30 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/43">Here.</a></strong> </li><li>Saturday 3:30 PM – 4:30 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/44">Here.</a></strong> </li><li>Sunday 11:30 AM – 12:30 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/45">Here.</a></strong> </li></ul>
<p> Winner of each round get 1 raffle ticket. </p>
<hr class="wp-block-separator is-style-wide"/>
<h1>Bunco</h1>
<p><strong>Bunco</strong> (also <strong>Bunko</strong> or <strong>Bonko</strong>) is a parlour game generally played with twelve or more players, divided into groups of four, trying to score points while taking turns rolling three dice. A Bunco is achieved when a person rolls three-of-a-kind and all three numbers match the round number. Description via <strong><a href="https://boardgamegeek.com/boardgame/5878/loteria">Wikipedia</a>.</strong> </p>
<p>
Time/Date:
</p>
<ul><li>Friday 5:00 PM – 6:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/46">Here.</a></strong> </li><li>Saturday 5:00 PM – 6:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/47">Here.</a></strong> </li><li>Sunday 1:00 PM – 2:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/48">Here.</a></strong> </li></ul>
<p> Prizes:</p>
<ul><li>1st: TBA (Probably more raffle tickets.)</li><li>2nd-4th: +1 raffle ticket</li><li>Last place: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Terraforming Mars</h1>
<p>In <em><strong>Terraforming Mars</strong></em>, you play one of those corporations and work together in the terraforming process, but compete for getting victory points that are awarded not only for your contribution to the terraforming, but also for advancing human infrastructure throughout the solar system, and doing other commendable things. Description via <strong><a href="https://boardgamegeek.com/boardgame/5878/loteria">BGG</a>.</strong> </p>
<p>The Terraforming Mars tournament is run via qualifiers for a final game. Players who win the qualifiers earn a spot in the final game.</p>
<p>
Time/Date:
</p>
<ul><li>Qualifier: Friday 6:30 PM – 10:30 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/66">Here.</a></strong> </li><li>Qualifier: Saturday 9:00 AM – 1:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/64">Here.</a></strong></li><li>Qualifier: Saturday 1:00 PM – 5:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/65">Here.</a></strong> </li><li>Qualifier: Saturday 7:00 PM – 11:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/67">Here.</a></strong> </li><li>Qualifier: Sunday 9:00 AM – 1:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/63">Here.</a></strong></li><li>Final: Sunday 1:00 PM – 4:00 PM</li></ul>
<p> Prizes:</p>
<ul><li>1st: TBA</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Lords of Waterdeep </h1>
<p>In <em><strong>Lords of Waterdeep</strong></em>, a strategy board game for 2-5 players, you take on the role of one of the masked Lords of Waterdeep, secret rulers of the city. Through your agents, you recruit adventurers to go on quests on your behalf, earning rewards and increasing your influence over the city. Expand the city by purchasing new buildings that open up new actions on the board, and hinder – or help – the other lords by playing Intrigue cards to enact your carefully laid plans. Description via <strong><a href="https://boardgamegeek.com/boardgame/110327/lords-waterdeep">BGG</a>.</strong> </p>
<p>The Lords of Waterdeep tournament is run via qualifiers for a final game. Players who win the qualifiers earn a spot in the final game.</p>
<p>
Time/Date:
</p>
<ul><li>Qualifier: Friday 7:00 PM – 11:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/61">Here.</a></strong> </li><li>Qualifier: Saturday 9:00 AM – 1:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/60">Here.</a></strong></li><li>Qualifier: Saturday 1:00 PM – 5:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/57">Here.</a></strong> </li><li>Qualifier: Saturday 7:00 PM – 11:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/58">Here.</a></strong> </li><li>Qualifier: Sunday 9:00 AM – 1:00 PM: Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/59">Here.</a></strong></li><li>Final: Sunday 1:00 PM – 4:00 PM </li></ul>
<p> Prizes:</p>
<ul><li>1st: TBA</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Villages of Valeria</h1>
<p>A village-building card game set in the world of Valeria. Establish resources, construct buildings, and attract adventurers to your Village to be crowned the next capitol city. Description via <strong><a href="https://boardgamegeek.com/boardgame/180040/villages-valeria">BGG</a>.</strong></p>
<p> This tournament will be traditional bracket with single elimination. Winners of the first round will compete to win. </p>
<p>Time/Date: Saturday 11:00 AM – 1:00 PM </p>
<p> Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/107" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: VoV Play mat, VoV expansion.</li><li>2nd-4th: +1 raffle ticket, VoV Play mat, VoV mini expansion.</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>One Night Ultimate Werewolf</h1>
<p><em><strong>One Night Ultimate Werewolf</strong></em> is a fast game for 3-10 players in which everyone gets a role: One of the dastardly Werewolves, the tricky Troublemaker, the helpful Seer, or one of a dozen different characters, each with a special ability. In the course of a single morning, your village will decide who is a werewolf…because all it takes is lynching one werewolf to win! Description via <strong><a href="https://boardgamegeek.com/boardgame/147949/one-night-ultimate-werewolf">BGG</a>.</strong></p>
<p>This tournament will be round robin. 10 rounds.</p>
<p>Time/Date: Saturday 6:00 PM – 8:00 PM </p>
<p> Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/108" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: TBA.</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Smash Up</h1>
<p>During the game, basic cards (each with their own difficulties and abilities) are at stake. You try to have the most power on the basis of your minions when the base is broken. Sounds easy? Is it easy when an opponent’s Alien-Ninja decides to tie your minions to other Bases – flat Murder them? What happens when the Pirate-Dinosaur Full Sails player and frees King Rex to trample your minions in the ground, or when wizard-zombies use their mystic power to create an outbreak, suddenly flooding minions on the base of the discard pile? Or if you were facing a Zombie-Dinosaur player instead and he created an epidemic of massive beasts at the same time?!? Description via <strong><a href="https://boardgamegeek.com/boardgame/122522/smash">BGG</a>.</strong></p>
<p>This tournament will be traditional bracket with single elimination. 1st and 2nd place winners of the first round will compete to win.</p>
<p>Time/Date: Friday 8:00 PM – 11:00 PM </p>
<p>Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/109" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: TBA.</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Super Smash Bros. Tourney </h1>
<p>Nintendo’s all star cast of fighters including some favorite third parties brawl it out.<br>Sign up the day of the event with Galaxy Gaming Lounge’s Video Game Section.</p>
<p>$5 per person for the pot. <br>We will be using Genesis 6 rule set for Smash Bros. U. Rules can be found <strong><a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://docs.google.com/document/d/1dmojllgyDCJgHguWrGJ1X0a4Hv_bTHLh7f-s5b_g5o0/edit?fbclid=IwAR092yKZ8HIIqc4RK_lUDNW1JuEDEDTtCew3c8GfjRKlxe3RSfp2GMxh8cg" target="_blank">HERE</a></strong>.<br>Please bring set ups!<br>Tournament starts at 2pm.<br>So don’t be late!<br>Bring your own controller! </p>
<p>Livestream will both be here on Facebook and on our <a rel="noreferrer noopener" target="_blank" href="http://twitch.tv/RPGfan2005?fbclid=IwAR3YtxHkV5XCGaTeLxmiTs_GHxYWeCr-1J_z672qoXU5eCF16z1SCXjwniA"><strong>twitch.tv/RPGfan2005</strong></a></p>
<p>Time/Date: Saturday 2:00 PM – 6:00 PM </p>
<p>Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/71" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Here</a>.</strong></p>
<ul><li>2-7 entrants -> 1st (65%), 2nd (35%)</li><li>8-15 entrants -> 1st (50%), 2nd (30%), 3rd (20%)</li><li>16-23 entrants -> 1st (45%), 2nd (25%), 3rd (18%), 4th (12%)</li><li>24-31 entrants -> 1st (42%), 2nd (23%), 3rd (15%), 4th (10%), ties for 5th (5% each)</li><li>32+ entrants -> 1st (35%), 2nd (20%), 3rd (15%), 4th (10%), ties for 5th (7% each), ties for 7th (3% each) </li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Azul</h1>
<p>In the game <em><strong>Azul</strong></em>, players take turns drafting colored tiles from suppliers to their player board. Later in the round, players score points based on how they’ve placed their tiles to decorate the palace. Extra points are scored for specific patterns and completing sets; wasted supplies harm the player’s score. The player with the most points at the end of the game wins. Description via <strong><a href="https://boardgamegeek.com/boardgame/230802/azul" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">BGG</a>.</strong></p>
<p>This tournament will be traditional bracket with single elimination. Winners of the first round will compete to win. </p>
<p>Time/Date: Saturday 1:00 PM – 3:00 PM </p>
<p> Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/110" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: TBA</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Exceed Fighting System</h1>
<p>Bring the fast-paced action of head-to-head arcade fighting games to your tabletop with the <em><strong>Exceed Fighting System</strong></em>, which features fast-paced, intuitive mechanisms and gameplay that’s accessible to gamers and non-gamers of all skill levels. Choose your fighter from an ever-growing roster of diverse characters, each with their own deck of special moves and supers. Play your cards to unleash fireballs, dragon punches, and deadly combos on your opponents! Description via <strong><a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://boardgamegeek.com/boardgame/224483/exceed-fighting-system" target="_blank">BGG</a>.</strong></p>
<p>This tournament will be traditional bracket with single elimination. Winners of the first round will compete to win. </p>
<p>Time/Date: Saturday 4:00 PM – 6:00 PM </p>
<p> Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/111" target="_blank" rel="noreferrer noopener" aria-label="Here (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: TBA</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Orléans</h1>
<p>During the medieval goings-on around Orléans, you must assemble a following of farmers, merchants, knights, monks, etc. to gain supremacy through trade, construction and science in medieval France.</p>
<p>In the city of Orléans and the area of the Loire, you can take trade trips to other cities to acquire coveted goods and build trading posts. You need followers and their abilities to expand your dominance by putting them to work as traders, builders, and scientists. Knights expand your scope of action and secure your mercantile expeditions. Craftsmen build trading stations and tools to facilitate work. Scholars make progress in science, and last but not least it cannot hurt to get active in monasteries since with monks on your side you are much less likely to fall prey to fate.</p>
<p>In <em><strong>Orléans</strong></em>, you will always want to take more actions than possible, and there are many paths to victory. The challenge is to combine all elements as best as possible with regard to your strategy. Description via <strong><a href="https://boardgamegeek.com/boardgame/164928/orleans" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">BGG</a>.</strong></p>
<p>This tournament will be traditional bracket with single elimination. Winners of the first round will compete to win. </p>
<p>Time/Date: Saturday 11:00 AM – 3:00 PM </p>
<p> Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/112" target="_blank" rel="noreferrer noopener" aria-label="Here (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: TBA</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Dice Throne</h1>
<p><em>Dice Throne</em> is a game of intriguing dice, tactical card play, powerful heroes, and unique abilities. It’s a fast-paced 2-6 player combat game (1v1, 2v2, 3v3, 2v2v2, or free-for-all). Select from a variety of heroes that play and feel completely distinct from one another. Attack opponents and activate abilities by rolling your hero’s unique set of five dice. Accumulate combat points and spend them on cards that have a large range of effects, such as granting permanent hero upgrades, applying status effects, and manipulating dice directly (yours, your teammate’s, or even your opponent’s). Description via <strong><a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://boardgamegeek.com/boardgame/244271/dice-throne-season-two-battle-chest" target="_blank">BGG</a>.</strong> </p>
<p>Games will be 1v1, 30 minute rounds, with Swiss pairings. 16 player cap. Players will need to bring their own character to play. Charaters can be borrowed from Game Vault’s Demo copy or from Three Wizards library. Extra charaters are first come first serve.</p>
<p>If you would like to learn how to play Dice Throne, feel free to stop by <strong><a rel="noreferrer noopener" aria-label="Game Vault (opens in a new tab)" href="index.html@p=1810.html" target="_blank">Game Vault</a></strong> anytime between now and the day before the tourney. </p>
<p>Time/Date: Saturday 8:00 PM – 10:00 PM </p>
<p> Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/113" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: TBA</li><li>2nd-4th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1> Third Wheel Tournament </h1>
<p> <strong><a href="index.html@p=1789.html" target="_blank" rel="noreferrer noopener" aria-label="Daniel McKinley Games (opens in a new tab)">Daniel McKinley Games</a></strong> is back with the third annual convention tournament.</p>
<p>Third Wheel is a set collection and drafting/trick taking game for 3 players. In a post apocalyptic setting, wheels are your only resource, and the goal is to build the futuristic vehicles for points. Easy to learn, easy to play. And the winner of the tournament will take home a copy of the game!
</p>
<p>Time/Date: Saturday 6:00 PM – 7:00 PM </p>
<p> Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/121" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Here</a>.</strong></p>
<ul><li>1st: Third Wheel game</li><li>2nd-3th: +1 raffle ticket</li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1> Mario Party 8 </h1>
<p>Bracket Style Mario Party 8 Tournament.<br>Groups of 4 compete to get the most stars in the turns alloted.<br>Top 2 move on until Top 4 Compete for the championship.</p>
<p>$5 per person for the pot. </p>
<p>Time/Date: Saturday 6:00 PM – 10:00 PM </p>
<p>Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/125">Here</a>.</strong></p>
<ul><li>2-7 entrants -> 1st (65%), 2nd (35%)</li><li>8-15 entrants -> 1st (50%), 2nd (30%), 3rd (20%)</li><li>16-23 entrants -> 1st (45%), 2nd (25%), 3rd (18%), 4th (12%)</li><li>24-31 entrants -> 1st (42%), 2nd (23%), 3rd (15%), 4th (10%), ties for 5th (5% each)</li><li>32+ entrants -> 1st (35%), 2nd (20%), 3rd (15%), 4th (10%), ties for 5th (7% each), ties for 7th (3% each) </li><li>Everyone: 1 raffle ticket</li></ul>
<hr class="wp-block-separator is-style-wide"/>
<h1>Board Game Top Shop – PS1 </h1>
<p> Think you got what it takes to be a good virtual entrepreneur? Prove it. Up to 8 Players can play this PS1 Hidden Gem. Pick a Token, Roll the dice, and conquer each empty mall space with your very own business. Whenever a customer (another player) lands on your owned space they must purchase something. Each purchase earns points which you can redeem for possible perks or bonuses to sabotage your competition. Top 4 Move on to the grand finals. </p>
<p>$5 per person for the pot. </p>
<p>Time/Date: Friday 5:00 PM – 9:00 PM </p>
<p>Link to event <strong><a href="https://tabletop.events/conventions/three-wizards-board-game-convention/schedule/127" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Here</a>.</strong></p>
<ul><li>2-7 entrants -> 1st (65%), 2nd (35%)</li><li>8-15 entrants -> 1st (50%), 2nd (30%), 3rd (20%)</li><li>16-23 entrants -> 1st (45%), 2nd (25%), 3rd (18%), 4th (12%)</li><li>24-31 entrants -> 1st (42%), 2nd (23%), 3rd (15%), 4th (10%), ties for 5th (5% each)</li><li>32+ entrants -> 1st (35%), 2nd (20%), 3rd (15%), 4th (10%), ties for 5th (7% each), ties for 7th (3% each) </li><li>Everyone: 1 raffle ticket</li></ul>
<p></p>
<p></p>
<p></p>
<hr class="wp-block-separator is-style-wide"/>
<h1>Cards Against Humanity 18+</h1>
<p>Details are a thing that sometimes matter. This is not one of those times.</p>
<p>We’ll start playing Friday night. Ask around. Must be 18+</p>
<hr class="wp-block-separator is-style-wide"/>
<p>More tournaments will be added as we get closer to the convention date.</p>
<hr class="wp-block-separator"/>
</div>
</div>
</article>
</div>
</div>
<footer class="footer footer-black footer-big">
<div class="container">
<div class="hestia-bottom-footer-content"><ul id="menu-default-top-menu-1" class="footer-menu pull-left"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-4282"><a href="index.html">Home Page</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4277"><a href="index.html@p=24.html">About</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-4261"><a href="index.html@p=26.html">Events</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4278"><a href="index.html@p=45.html">Registration</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4279"><a href="index.html@p=1792.html">Sponsors</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4280"><a href="index.html@p=42.html">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4281"><a href="index.html@p=835.html">Archive</a></li>
</ul> <div class="copyright pull-right">
Hestia | Developed by <a href="https://themeisle.com" rel="nofollow">ThemeIsle</a> </div>
</div> </div>
</footer>
</div>
</div>
<script type='text/javascript' src='wp-includes/js/comment-reply.min.js@ver=5.2.7'></script>
<script type='text/javascript' src='wp-content/themes/hestia/assets/bootstrap/js/bootstrap.min.js@ver=1.0.2'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/core.min.js@ver=1.11.4'></script>
<script type='text/javascript'>//<![CDATA[
var requestpost={"ajaxurl":"https:\/\/con.3wmoustache.com\/wp-admin\/admin-ajax.php","disable_autoslide":"","masonry":""};
//]]></script>
<script type='text/javascript' src='wp-content/themes/hestia/assets/js/script.min.js@ver=2.4.5'></script>
<script type='text/javascript' src='wp-includes/js/wp-embed.min.js@ver=5.2.7'></script>
</body>
</html>