Update soccer preset

This commit is contained in:
Brian Miyaji
2014-06-20 15:48:22 +10:00
parent fd9060e2c2
commit c3b22d27de

View File

@@ -39,8 +39,8 @@
], ],
"statistics": [ "statistics": [
{ "name" : "Appearances", "equation" : "$eventsplayed", "description" : "Matches played" }, { "name" : "Appearances", "equation" : "$eventsplayed", "description" : "Matches played" },
{ "name" : "Win Ratio", "equation" : "$win / $eventsplayed * 100", "precision" : 2 }, { "name" : "Win Ratio", "equation" : "$win / $eventsplayed * 1 0 0", "precision" : 2 },
{ "name" : "Draw Ratio", "equation" : "$draw / $eventsplayed * 100", "precision" : 2 }, { "name" : "Draw Ratio", "equation" : "$draw / $eventsplayed * 1 0 0", "precision" : 2 },
{ "name" : "Loss Ratio", "equation" : "$loss / $eventsplayed * 100", "precision" : 2 } { "name" : "Loss Ratio", "equation" : "$loss / $eventsplayed * 1 0 0", "precision" : 2 }
] ]
} }