diff options
author | emkael <emkael@tlen.pl> | 2019-01-12 13:01:52 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-12 13:01:52 +0100 |
commit | 9c699c9a3e5c20804aff424a246ec8e295db46cd (patch) | |
tree | 9a1241990de20c367415768b0d8a481f022a8bba /1n.json | |
parent | 498a64b7463a560d68dc9b99993db22c0e5c4d08 (diff) |
Carry-over for known matches
Diffstat (limited to '1n.json')
-rw-r--r-- | 1n.json | 24 |
1 files changed, 18 insertions, 6 deletions
@@ -59,7 +59,9 @@ "teams": [
{"place": [1]},
{"place": [4]}
- ]
+ ],
+ "score": [8.652, 0.0],
+ "running": 0
},
{
"id": 2,
@@ -67,7 +69,9 @@ "teams": [
{"place": [2]},
{"place": [3]}
- ]
+ ],
+ "score": [2.016, 0.0],
+ "running": 0
},
{
"id": 4,
@@ -76,7 +80,9 @@ {"place": [6]},
{"place": [7]}
],
- "loser": [7, 8]
+ "loser": [7, 8],
+ "score": [0.94, 0.0],
+ "running": 0
},
{
"id": 3,
@@ -85,7 +91,9 @@ {"place": [5]},
{"place": [8]}
],
- "loser": [7, 8]
+ "loser": [7, 8],
+ "score": [5.056, 0.0],
+ "running": 0
},
{
"id": 11,
@@ -94,7 +102,9 @@ {"place": [9]},
{"place": [11]}
],
- "winner": [9, 10]
+ "winner": [9, 10],
+ "score": [4.748, 0.0],
+ "running": 0
},
{
"id": 12,
@@ -103,7 +113,9 @@ {"place": [10]},
{"place": [12]}
],
- "winner": [9, 10]
+ "winner": [9, 10],
+ "score": [6.364, 0.0],
+ "running": 0
},
{
"id": 14,
|