diff --git a/games/field7.gm b/games/field7.gm new file mode 100644 index 0000000..367ce73 --- /dev/null +++ b/games/field7.gm @@ -0,0 +1,330 @@ +[ + { + "player_names": {}, + "game_size": 10 + }, + { + "fails required": 1, + "votes": [ + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 1, + 1 + ], + "print_order": [ + "team", + "votes", + "round" + ], + "team": [ + 0, + 2, + 9 + ], + "type": "vote", + "round": 1 + }, + { + "fails": 1, + "type": "mission", + "print_order": [ + "team", + "fails", + "must fail", + "round" + ], + "team": [ + 0, + 2, + 9 + ], + "must fail": false, + "round": 1 + }, + { + "print_order": [ + "round" + ], + "type": "switch", + "round": 1 + }, + { + "fails required": 1, + "votes": [ + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1 + ], + "print_order": [ + "team", + "votes", + "round" + ], + "team": [ + 1, + 7, + 8, + 9 + ], + "type": "vote", + "round": 2 + }, + { + "fails required": 1, + "votes": [ + 0, + 0, + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 1 + ], + "print_order": [ + "team", + "votes", + "round" + ], + "team": [ + 1, + 2, + 6, + 8 + ], + "type": "vote", + "round": 2 + }, + { + "fails required": 1, + "votes": [ + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0 + ], + "print_order": [ + "team", + "votes", + "round" + ], + "team": [ + 3, + 4, + 7, + 8 + ], + "type": "vote", + "round": 2 + }, + { + "fails required": 1, + "votes": [ + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 1, + 0 + ], + "print_order": [ + "team", + "votes", + "round" + ], + "team": [ + 4, + 6, + 8, + 9 + ], + "type": "vote", + "round": 2 + }, + { + "fails": 1, + "type": "mission", + "print_order": [ + "team", + "fails", + "must fail", + "round" + ], + "team": [ + 4, + 5, + 6, + 8 + ], + "must fail": false, + "round": 2 + }, + { + "p2": 9, + "p1": 6, + "print_order": [ + "p1", + "p2", + "round", + "is good" + ], + "is good": true, + "type": "lady", + "round": false + }, + { + "fails required": 1, + "votes": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "print_order": [ + "team", + "votes", + "round" + ], + "team": [ + 1, + 5, + 6, + 9 + ], + "type": "vote", + "round": 3 + }, + { + "fails required": 1, + "votes": [ + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 1, + 0, + 1 + ], + "print_order": [ + "team", + "votes", + "round" + ], + "team": [ + 1, + 2, + 3, + 7 + ], + "type": "vote", + "round": 3 + }, + { + "fails required": 1, + "votes": [ + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 1, + 1 + ], + "print_order": [ + "team", + "votes", + "round" + ], + "team": [ + 0, + 1, + 8, + 9 + ], + "type": "vote", + "round": 3 + }, + { + "fails required": 1, + "votes": [ + 1, + 1, + 1, + 0, + 1, + 0, + 1, + 1, + 0, + 1 + ], + "print_order": [ + "team", + "votes", + "round" + ], + "team": [ + 0, + 1, + 2, + 9 + ], + "type": "vote", + "round": 3 + }, + { + "fails": 1, + "type": "mission", + "print_order": [ + "team", + "fails", + "must fail", + "round" + ], + "team": [ + 0, + 1, + 2, + 9 + ], + "must fail": true, + "round": 3 + } +] \ No newline at end of file