diff --git a/presets/waterpolo.json b/presets/waterpolo.json index 344c5cf0..f7abc970 100644 --- a/presets/waterpolo.json +++ b/presets/waterpolo.json @@ -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 } ] }