add some field tests
This commit is contained in:
parent
b6ae44b772
commit
39febc9c52
4 changed files with 997 additions and 0 deletions
203
games/field5.gm
Normal file
203
games/field5.gm
Normal file
|
|
@ -0,0 +1,203 @@
|
|||
[
|
||||
{
|
||||
"player_names": {},
|
||||
"game_size": 9
|
||||
},
|
||||
{
|
||||
"fails": 1,
|
||||
"type": "mission",
|
||||
"print_order": [
|
||||
"team",
|
||||
"fails",
|
||||
"must fail",
|
||||
"round"
|
||||
],
|
||||
"team": [
|
||||
1,
|
||||
2,
|
||||
5
|
||||
],
|
||||
"must fail": false,
|
||||
"round": 1
|
||||
},
|
||||
{
|
||||
"fails required": 1,
|
||||
"votes": [
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0
|
||||
],
|
||||
"print_order": [
|
||||
"team",
|
||||
"votes",
|
||||
"round"
|
||||
],
|
||||
"team": [
|
||||
0,
|
||||
2,
|
||||
4,
|
||||
7
|
||||
],
|
||||
"type": "vote",
|
||||
"round": 2
|
||||
},
|
||||
{
|
||||
"fails required": 1,
|
||||
"votes": [
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"print_order": [
|
||||
"team",
|
||||
"votes",
|
||||
"round"
|
||||
],
|
||||
"team": [
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
6
|
||||
],
|
||||
"type": "vote",
|
||||
"round": 2
|
||||
},
|
||||
{
|
||||
"fails required": 1,
|
||||
"votes": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0
|
||||
],
|
||||
"print_order": [
|
||||
"team",
|
||||
"votes",
|
||||
"round"
|
||||
],
|
||||
"team": [
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
7
|
||||
],
|
||||
"type": "vote",
|
||||
"round": 2
|
||||
},
|
||||
{
|
||||
"fails required": 1,
|
||||
"votes": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0
|
||||
],
|
||||
"print_order": [
|
||||
"team",
|
||||
"votes",
|
||||
"round"
|
||||
],
|
||||
"team": [
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
7
|
||||
],
|
||||
"type": "vote",
|
||||
"round": 2
|
||||
},
|
||||
{
|
||||
"fails": 1,
|
||||
"type": "mission",
|
||||
"print_order": [
|
||||
"team",
|
||||
"fails",
|
||||
"must fail",
|
||||
"round"
|
||||
],
|
||||
"team": [
|
||||
1,
|
||||
4,
|
||||
6,
|
||||
8
|
||||
],
|
||||
"must fail": false,
|
||||
"round": 2
|
||||
},
|
||||
{
|
||||
"fails required": 1,
|
||||
"votes": [
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"print_order": [
|
||||
"team",
|
||||
"votes",
|
||||
"round"
|
||||
],
|
||||
"team": [
|
||||
0,
|
||||
1,
|
||||
7,
|
||||
8
|
||||
],
|
||||
"type": "vote",
|
||||
"round": 3
|
||||
},
|
||||
{
|
||||
"fails": 1,
|
||||
"type": "mission",
|
||||
"print_order": [
|
||||
"team",
|
||||
"fails",
|
||||
"must fail",
|
||||
"round"
|
||||
],
|
||||
"team": [
|
||||
0,
|
||||
1,
|
||||
7,
|
||||
8
|
||||
],
|
||||
"must fail": false,
|
||||
"round": 3
|
||||
},
|
||||
{
|
||||
"is good": true,
|
||||
"player": 0,
|
||||
"print_order": [
|
||||
"player",
|
||||
"is good"
|
||||
],
|
||||
"type": "known_side"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue