diff options
author | emkael <emkael@tlen.pl> | 2019-01-17 21:57:11 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-17 21:57:11 +0100 |
commit | 42b366340f9d4dd53ceab1628e430f0d84b89352 (patch) | |
tree | 0659db2b91abc0f4bff007946bffd41a06bcb7cb /2sw.json | |
parent | c901f28ee984fbdd586b3a1c06acfede8703deeb (diff) |
New opponent choices, alomst all now
Diffstat (limited to '2sw.json')
-rw-r--r-- | 2sw.json | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -100,18 +100,22 @@ "table": 5,
"teams": [
{"place": [9]},
- {"place": [11, 12]}
+ {"place": [12]}
],
- "winner": [9, 10]
+ "winner": [9, 10],
+ "score": [6.272, 0.0],
+ "running": 0
},
{
"id": 12,
"table": 6,
"teams": [
{"place": [10]},
- {"place": [11, 12]}
+ {"place": [11]}
],
- "winner": [9, 10]
+ "winner": [9, 10],
+ "score": [0.932, 0.0],
+ "running": 0
},
{
"id": 14,
|