Update waterpolo.json
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"name": "Water Polo",
|
||||
"positions": [
|
||||
"Goalkeeper",
|
||||
"Driver",
|
||||
"Hole Set",
|
||||
"Hole Guard"
|
||||
],
|
||||
"outcomes": [
|
||||
"Win",
|
||||
"Draw",
|
||||
@@ -10,11 +16,15 @@
|
||||
{ "name" : "2nd Quarter", "description" : "2nd quarter goals" },
|
||||
{ "name" : "3rd Quarter", "description" : "3rd quarter goals" },
|
||||
{ "name" : "4rd Quarter", "description" : "4th quarter goals" },
|
||||
{ "name" : "PS", "description" : "Five Meter Penalty" },
|
||||
{ "name" : "Goals", "description" : "Total goals", "primary" : 1 }
|
||||
],
|
||||
"performance": [
|
||||
"Goals",
|
||||
"Interceptions"
|
||||
"Assists",
|
||||
"Exclusion Foul",
|
||||
"Brutality Foul",
|
||||
"Misconduct Foul"
|
||||
],
|
||||
"columns": [
|
||||
{ "name" : "T", "equation" : "$eventsplayed", "description" : "Total matches" },
|
||||
@@ -31,6 +41,9 @@
|
||||
"Weight"
|
||||
],
|
||||
"statistics": [
|
||||
{ "name" : "Appearances", "equation" : "$eventsplayed", "description" : "Matches played" }
|
||||
{ "name" : "Appearances", "equation" : "$eventsplayed", "description" : "Matches played" },
|
||||
{ "name" : "Win Ratio", "equation" : "$win / $eventsplayed * 1 0 0", "precision" : 2 },
|
||||
{ "name" : "Draw Ratio", "equation" : "$draw / $eventsplayed * 1 0 0", "precision" : 2 },
|
||||
{ "name" : "Loss Ratio", "equation" : "$loss / $eventsplayed * 1 0 0", "precision" : 2 }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user