Update waterpolo.json

This commit is contained in:
sportpal
2014-08-02 04:12:44 -04:00
parent d0f039aff1
commit b574c74974

View File

@@ -1,5 +1,11 @@
{ {
"name": "Water Polo", "name": "Water Polo",
"positions": [
"Goalkeeper",
"Driver",
"Hole Set",
"Hole Guard"
],
"outcomes": [ "outcomes": [
"Win", "Win",
"Draw", "Draw",
@@ -10,11 +16,15 @@
{ "name" : "2nd Quarter", "description" : "2nd quarter goals" }, { "name" : "2nd Quarter", "description" : "2nd quarter goals" },
{ "name" : "3rd Quarter", "description" : "3rd quarter goals" }, { "name" : "3rd Quarter", "description" : "3rd quarter goals" },
{ "name" : "4rd Quarter", "description" : "4th quarter goals" }, { "name" : "4rd Quarter", "description" : "4th quarter goals" },
{ "name" : "PS", "description" : "Five Meter Penalty" },
{ "name" : "Goals", "description" : "Total goals", "primary" : 1 } { "name" : "Goals", "description" : "Total goals", "primary" : 1 }
], ],
"performance": [ "performance": [
"Goals", "Goals",
"Interceptions" "Assists",
"Exclusion Foul",
"Brutality Foul",
"Misconduct Foul"
], ],
"columns": [ "columns": [
{ "name" : "T", "equation" : "$eventsplayed", "description" : "Total matches" }, { "name" : "T", "equation" : "$eventsplayed", "description" : "Total matches" },
@@ -31,6 +41,9 @@
"Weight" "Weight"
], ],
"statistics": [ "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 }
] ]
} }