From e26fedd6fab7ee0fa112f0593feec30498f5bfc9 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 19 Jun 2014 18:37:33 +1000 Subject: [PATCH] Add positions and PK to soccer preset --- presets/soccer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/presets/soccer.json b/presets/soccer.json index cc2425dc..f413c614 100644 --- a/presets/soccer.json +++ b/presets/soccer.json @@ -1,5 +1,11 @@ { "name": "Soccer (Association Football)", + "positions": [ + "Goalkeeper", + "Defender", + "Midfielder", + "Forward" + ], "outcomes": [ "Win", "Draw", @@ -8,6 +14,7 @@ "results": [ { "name" : "1st Half", "description" : "1st half goals" }, { "name" : "2nd Half", "description" : "2nd half goals" }, + { "name" : "PK", "description" : "Penalty kicks" }, { "name" : "Goals", "description" : "Total goals", "main" : 1 } ], "performance": [ @@ -24,7 +31,7 @@ { "name" : "F", "equation" : "$goalsfor", "priority" : 3, "description" : "Goals for" }, { "name" : "A", "equation" : "$goalsagainst", "description" : "Goals against" }, { "name" : "GD", "equation" : "$goalsfor - $goalsagainst", "priority" : 2, "description" : "Goal difference" }, - { "name" : "PTS", "equation" : "$win * 3 + $draw", "priority" : 1, "description" : "Team points" } + { "name" : "Pts", "equation" : "$win * 3 + $draw", "priority" : 1, "description" : "Team points" } ], "metrics": [ "Height",