Update presets with new mode setting

This commit is contained in:
Brian Miyaji
2017-03-16 13:56:26 +11:00
parent efb0ea5649
commit 303550aafd
25 changed files with 86 additions and 25 deletions

View File

@@ -61,5 +61,8 @@
{ "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" }
]
],
"options": {
"mode" : "team"
}
}