-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgameoptions.json
38 lines (38 loc) · 1.61 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
{
"100": {
"name": "Red Mojo variation",
"values": {
"1": {
"name": "No",
"tmdisplay": "Classic game rules"
},
"2": {
"name": "Yes - 2 Extras tiles",
"tmdisplay": "The game is played in the same way as the classic version, and Extras tiles can have an immediate effect when they are removed from the board, or when points are calculated at the end of the game."
},
"3": {
"name": "Yes - 3 Extras tiles",
"tmdisplay": "The game is played in the same way as the classic version, and Extras tiles can have an immediate effect when they are removed from the board, or when points are calculated at the end of the game."
},
"4": {
"name": "Yes - 5 Extras tiles",
"tmdisplay": "The game is played in the same way as the classic version, and Extras tiles can have an immediate effect when they are removed from the board, or when points are calculated at the end of the game."
}
},
"default": "1"
},
"101": {
"name": "Burning Head variation",
"values": {
"1": {
"name": "No",
"tmdisplay": "Classic game rules"
},
"2": {
"name": "Yes",
"tmdisplay": "At the start of each turn of the first player only, rotate the board clockwise a quarter-turn. Each player may only play on one of the lines directly facing him/her."
}
},
"default": "1"
}
}