-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSetup_4_NZ.php
More file actions
executable file
·32 lines (26 loc) · 828 Bytes
/
Setup_4_NZ.php
File metadata and controls
executable file
·32 lines (26 loc) · 828 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
32
<?php
/*
4 Type_FITA 72
$TourId is the ID of the tournament!
$SubRule is the eventual subrule (see sets.php for the order)
$TourType is the Tour Type (4)
*/
// same as standard FITA
$TourType=4;
$tourDetTypeName = 'Type_FITA 72';
$tourDetNumDist = '4';
$tourDetNumEnds = '6';
$tourDetMaxDistScore = '180';
$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 = '0';
$DistanceInfoArray=array(array(6, 6), array(6, 6),array(6, 6), array(6, 6));
require_once('Setup_Target.php');
?>