-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgameoptions.json
More file actions
18 lines (18 loc) · 997 Bytes
/
Copy pathgameoptions.json
File metadata and controls
18 lines (18 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"100": {
"name": "Movement and adjacency",
"values": {
"2": { "name": "Standard (8 directions)", "tmdisplay": "Standard directions", "description": "Official rule — volants move and Coller adjacency include the 4 diagonals (8 directions total)" },
"1": { "name": "« + » variant (4 directions)", "tmdisplay": "Plus variant", "description": "Orthogonal only — volants move and Coller adjacency use up/down/left/right (cross/+ shape)" }
},
"default": 2
},
"101": {
"name": "Card source",
"values": {
"3": { "name": "Test (one of each card)", "tmdisplay": "Test deck", "description": "TEST ONLY — short deck with one card of each type, useful for quick tests and exercising every card mechanic" },
"1": { "name": "Classic (deck only)", "tmdisplay": "Classic draw", "description": "Each turn, the top card of the deck is drawn automatically" }
},
"default": 1
}
}