-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgameoptions.json
83 lines (83 loc) · 2.42 KB
/
gameoptions.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
{
"104": {
"name": "Ruleset",
"values": {
"1": {
"name": "Standard Calypso",
"tmdisplay": "Standard Calypso"
},
"3": {
"name": "All Fours Calypso",
"tmdisplay": "All Fours Calypso"
}
},
"level": "major"
},
"100": {
"name": "Game Length",
"values": {
"1": {
"name": "Standard, short - 1 round (4 hands)",
"tmdisplay": "Single game (1 round)"
},
"2": {
"name": "Medium - 2 rounds (8 hands)",
"tmdisplay": "2 rounds"
},
"3": {
"name": "Longer - 3 rounds (12 hands)",
"tmdisplay": "3 rounds"
},
"4": {
"name": "Full rotation - 4 rounds (16 hands)",
"description": "4 rounds - everyone gets to be first player once",
"tmdisplay": "Full rotation"
}
}
},
"101": {
"name": "Renounce indicators",
"values": {
"1": {
"name": "Renounce indicators on",
"description": "Renounce indicators show suits that players have failed to follow suit to"
},
"2": {
"name": "Renounce indicators off",
"tmdisplay": "Renounce indicators off"
}
},
"level": "additional"
},
"102": {
"name": "Partnerships",
"values": {
"4": {
"name": "Random",
"description": "Partnerships are allocated randomly"
},
"1": {
"name": "By table order - 1st and 3rd against 2nd and 4th"
},
"2": {
"name": "By table order - 1st and 2nd against 3rd and 4th"
},
"3": {
"name": "By table order - 1st and 4th against 2nd and 3rd"
}
}
},
"103": {
"name": "Game log detail",
"values": {
"1": {
"name": "All cards played are entered into the gamelog",
"tmdisplay": "Cards played in gamelog"
},
"2": {
"name": "Only trick winners are entered into the gamelog",
"tmdisplay": "Cards played not in gamelog"
}
}
}
}