Update presets with type setting for statistics
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
"statistics": [
|
||||
{ "name" : "Games Played", "equation" : "$eventsplayed" },
|
||||
{ "name" : "Games Won", "equation" : "$win" },
|
||||
{ "name" : "Win Percentage", "equation" : "$win / $eventsplayed * 100", "precision" : 2 }
|
||||
{ "name" : "Win Percentage", "equation" : "$win / $eventsplayed * 100", "precision" : 2, "type" : "average" }
|
||||
],
|
||||
"options": {
|
||||
"mode" : "player"
|
||||
|
||||
Reference in New Issue
Block a user