Update football preset
This commit is contained in:
@@ -1,20 +1,62 @@
|
|||||||
{
|
{
|
||||||
"name": "Football - coming soon",
|
"name": "Football - coming soon",
|
||||||
|
"positions": [
|
||||||
|
"Back",
|
||||||
|
"Quarterback",
|
||||||
|
"Wide receiver",
|
||||||
|
"Center",
|
||||||
|
"Tackle",
|
||||||
|
"Guard",
|
||||||
|
"Line backer",
|
||||||
|
"Defense end",
|
||||||
|
"Defense tackle",
|
||||||
|
"Defense back"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss",
|
"Loss",
|
||||||
"Tie"
|
"Tie"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
{ "name" : "1", "description" : "1st quarter points" },
|
||||||
|
{ "name" : "2", "description" : "2nd quarter points" },
|
||||||
|
{ "name" : "3", "description" : "3rd quarter points" },
|
||||||
|
{ "name" : "4", "description" : "4th quarter points" },
|
||||||
|
{ "name" : "OT", "description" : "Overtime points" },
|
||||||
|
{ "name" : "TD", "description" : "Touchdowns" },
|
||||||
|
{ "name" : "T", "description" : "Total points", "primary" : 1 }
|
||||||
],
|
],
|
||||||
"performance": [
|
"performance": [
|
||||||
|
{ "name" : "Comp", "description" : "Completions" },
|
||||||
|
{ "name" : "Att", "description" : "Attempts" },
|
||||||
|
{ "name" : "Yds", "description" : "Rushing yards" },
|
||||||
|
{ "name" : "Rec", "description" : "Total receptions" },
|
||||||
|
{ "name" : "Rec Yds", "description" : "Receiving yards" },
|
||||||
|
{ "name" : "TD", "description" : "Touchdowns" },
|
||||||
|
{ "name" : "Int", "description" : "Interceptions thrown" },
|
||||||
|
{ "name" : "Lng", "description" : "Longest" },
|
||||||
|
{ "name" : "Fum", "description" : "Total fumbles" },
|
||||||
|
{ "name" : "Lost", "description" : "Fumbles lost" }
|
||||||
],
|
],
|
||||||
"columns": [
|
"columns": [
|
||||||
|
{ "name" : "W", "equation" : "$win", "priority" : 1, "description" : "Wins" },
|
||||||
|
{ "name" : "L", "equation" : "$loss", "description" : "Losses" },
|
||||||
|
{ "name" : "T", "equation" : "$tie", "priority" : 2, "description" : "Ties" },
|
||||||
|
{ "name" : "Pct", "equation" : "$win / $eventsplayed", "description" : "Win percentage" },
|
||||||
|
{ "name" : "PF", "equation" : "$tfor", "priority" : 3, "description" : "Points for" },
|
||||||
|
{ "name" : "PA", "equation" : "$tagainst", "description" : "Points against" },
|
||||||
|
{ "name" : "Net Pts", "equation" : "$tfor - $tagainst", "priority" : 2, "description" : "Net Points" },
|
||||||
|
{ "name" : "TD", "equation" : "$td", "description" : "Touchdowns" },
|
||||||
|
{ "name" : "Streak", "equation" : "$streak", "description" : "Current streak" }
|
||||||
],
|
],
|
||||||
"metrics": [
|
"metrics": [
|
||||||
"Height",
|
"Height",
|
||||||
"Weight"
|
"Weight"
|
||||||
],
|
],
|
||||||
"statistics": [
|
"statistics": [
|
||||||
|
{ "name" : "G", "equation" : "$eventsplayed", "description" : "Games played" },
|
||||||
|
{ "name" : "GS", "equation" : "$eventsstarted", "description" : "Games started" },
|
||||||
|
{ "name" : "Avg", "equation" : "$yds / $att", "precision" : 1, "description" : "Average yards per carry" },
|
||||||
|
{ "name" : "Rec Avg", "equation" : "$recyds / $rec", "precision" : 1, "description" : "Average yards per reception" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user