From f986e72b38a11f9cd9bd0221b69d9366cb4ae311 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sun, 1 Jun 2014 14:52:06 +1000 Subject: [PATCH] Simplify soccer preset --- presets/soccer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/presets/soccer.json b/presets/soccer.json index 8f424643..cc2425dc 100644 --- a/presets/soccer.json +++ b/presets/soccer.json @@ -12,10 +12,7 @@ ], "performance": [ "Goals", - "Shots on Goal", "Assists", - "Fouls", - "Fouled", "Yellow Cards", "Red Cards" ], @@ -35,7 +32,6 @@ ], "statistics": [ { "name" : "Appearances", "equation" : "$eventsplayed", "description" : "Matches played" }, - { "name" : "Average Goals per Match", "id" : "averagegoals", "equation" : "$goals / $eventsplayed", "precision" : 2 }, { "name" : "Win Ratio", "equation" : "$win / $eventsplayed * 100", "precision" : 2 }, { "name" : "Draw Ratio", "equation" : "$draw / $eventsplayed * 100", "precision" : 2 }, { "name" : "Loss Ratio", "equation" : "$loss / $eventsplayed * 100", "precision" : 2 }