Update presets with type setting for statistics

This commit is contained in:
Brian Miyaji
2017-06-09 01:15:12 +10:00
parent 4877d8e256
commit a947a367cc
16 changed files with 43 additions and 43 deletions

View File

@@ -43,8 +43,8 @@
],
"statistics": [
{ "name" : "Games", "equation" : "$eventsplayed", "description" : "Games played" },
{ "name" : "Shooting %", "equation" : "$goals / $shots", "precision" : 1, "description" : "Shooting percentage" },
{ "name" : "SoG %", "equation" : "$sog / $shots", "precision" : 1, "description" : "Shots on goal percentage" }
{ "name" : "Shooting %", "equation" : "$goals / $shots", "precision" : 1, "type" : "average", "description" : "Shooting percentage" },
{ "name" : "SoG %", "equation" : "$sog / $shots", "precision" : 1, "type" : "average", "description" : "Shots on goal percentage" }
],
"options": {
"mode" : "team"