-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSetup_2_NZ.php
More file actions
executable file
·31 lines (25 loc) · 856 Bytes
/
Setup_2_NZ.php
File metadata and controls
executable file
·31 lines (25 loc) · 856 Bytes
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
<?php
/*
2 Type_2xFITA
$TourId is the ID of the tournament!
$SubRule is the eventual subrule (see sets.php for the order)
$TourType is the Tour Type (2)
*/
$TourType=2;
$tourDetTypeName = 'Type_2xFITA';
$tourDetNumDist = '8';
$tourDetNumEnds = '12';
$tourDetMaxDistScore = '360';
$tourDetMaxFinIndScore = '150';
$tourDetMaxFinTeamScore = '240';
$tourDetCategory = '1'; // 0: Other, 1: Outdoor, 2: Indoor, 4:Field, 8:3D
$tourDetElabTeam = '0'; // 0:Standard, 1:Field, 2:3DI
$tourDetElimination = '0'; // 0: No Eliminations, 1: Elimination Allowed
$tourDetGolds = '10+X';
$tourDetXNine = 'X';
$tourDetGoldsChars = 'KL';
$tourDetXNineChars = 'K';
$tourDetDouble = '1';
$DistanceInfoArray=array(array(6, 6), array(6, 6),array(12, 3), array(12, 3),array(6, 6), array(6, 6),array(12, 3), array(12, 3));
require_once('Setup_Target.php');
?>