Update footy preset
This commit is contained in:
@@ -1,19 +1,55 @@
|
|||||||
{
|
{
|
||||||
"name": "Footy - coming soon",
|
"name": "Footy - coming soon",
|
||||||
|
"positions": [
|
||||||
|
"Defender",
|
||||||
|
"Midfielder",
|
||||||
|
"Forward"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss"
|
"Loss",
|
||||||
|
"Draw"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
{ "name" : "Q1", "description" : "First quarter points" },
|
||||||
|
{ "name" : "Q2", "description" : "Second quarter points" },
|
||||||
|
{ "name" : "Q3", "description" : "Third quarter points" },
|
||||||
|
{ "name" : "Q4", "description" : "Fourth quarter points" },
|
||||||
|
"Goals",
|
||||||
|
"Behinds",
|
||||||
|
{ "name" : "Total", "description" : "Total points", "main" : 1 }
|
||||||
],
|
],
|
||||||
"performance": [
|
"performance": [
|
||||||
|
"Kicks",
|
||||||
|
"Handballs",
|
||||||
|
"Disposals",
|
||||||
|
"Marks",
|
||||||
|
"Hitouts",
|
||||||
|
"Tackles",
|
||||||
|
"Goals"
|
||||||
],
|
],
|
||||||
"columns": [
|
"columns": [
|
||||||
|
{ "name" : "P", "equation" : "$eventsplayed", "description" : "Games played" },
|
||||||
|
{ "name" : "W", "equation" : "$win", "description" : "Wins" },
|
||||||
|
{ "name" : "L", "equation" : "$loss", "description" : "Losses" },
|
||||||
|
{ "name" : "D", "equation" : "$draw", "description" : "Draws" },
|
||||||
|
{ "name" : "F", "equation" : "$pointsfor", "priority" : 3, "description" : "Points for" },
|
||||||
|
{ "name" : "A", "equation" : "$pointsagainst", "description" : "Points against" },
|
||||||
|
{ "name" : "%", "id" : "pct", "equation" : "$pointsfor / $eventsplayed", "priority" : 2, "description" : "Season percentage" },
|
||||||
|
{ "name" : "Pts", "equation" : "$win * 4 + $draw * 2", "priority" : 1, "description" : "Points" }
|
||||||
],
|
],
|
||||||
"metrics": [
|
"metrics": [
|
||||||
"Height",
|
"Height",
|
||||||
"Weight"
|
"Weight"
|
||||||
],
|
],
|
||||||
"statistics": [
|
"statistics": [
|
||||||
|
{ "name" : "Games played", "equation" : "$eventsplayed" },
|
||||||
|
{ "name" : "K", "equation" : "$kicks / $eventsplayed", "precision" : 1, "description" : "Average kicks per game" },
|
||||||
|
{ "name" : "H", "equation" : "$handballs / $eventsplayed", "precision" : 1, "description" : "Average handballs per game" },
|
||||||
|
{ "name" : "D", "equation" : "$disposals / $eventsplayed", "precision" : 1, "description" : "Average disposals per game" },
|
||||||
|
{ "name" : "M", "equation" : "$marks / $eventsplayed", "precision" : 1, "description" : "Average marks per game" },
|
||||||
|
{ "name" : "HO", "equation" : "$hitouts / $eventsplayed", "precision" : 1, "description" : "Average hitouts per game" },
|
||||||
|
{ "name" : "T", "equation" : "$tackles / $eventsplayed", "precision" : 1, "description" : "Average tackles per game" },
|
||||||
|
{ "name" : "G", "equation" : "$goals / $eventsplayed", "precision" : 1, "description" : "Average goals per game" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user