-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgamepreferences.json
83 lines (83 loc) · 2.07 KB
/
gamepreferences.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
{
"100": {
"name": "Table colour",
"needReload": true,
"values": {
"1": {
"name": "Purple",
"cssPref": "clp-up-purple"
},
"2": {
"name": "Yellow",
"cssPref": "clp-up-yellow"
},
"3": {
"name": "Red",
"cssPref": "clp-up-red"
},
"4": {
"name": "Green",
"cssPref": "clp-up-green"
},
"5": {
"name": "Blue",
"cssPref": "clp-up-blue"
},
"6": {
"name": "White",
"cssPref": "clp-up-white"
},
"7": {
"name": "Black",
"cssPref": "clp-up-black"
},
"8": {
"name": "Pink",
"cssPref": "clp-up-pink"
},
"9": {
"name": "Cyan",
"cssPref": "clp-up-cyan"
},
"10": {
"name": "Dark green",
"cssPref": "clp-up-darkgreen"
},
"11": {
"name": "Orange",
"cssPref": "clp-up-orange"
}
},
"default": 1
},
"101": {
"name": "Card face style",
"needReload": true,
"values": {
"1": {
"name": "Standard two-colour",
"cssPref": "clp-pack-standard"
},
"2": {
"name": "Four-colour",
"cssPref": "clp-pack-four-colour"
}
},
"default": 1
},
"102": {
"name": "Highlight playable cards",
"needReload": true,
"values": {
"1": {
"name": "Yes",
"cssPref": "clp-cards-highlight-playable"
},
"2": {
"name": "No",
"cssPref": "clp-cards-dont-highlight-playable"
}
},
"default": 1
}
}