Add description to ice hockey shot percentage

This commit is contained in:
Brian Miyaji
2014-06-25 20:20:38 +10:00
parent f4571b9192
commit 2c0f86c441

View File

@@ -37,6 +37,6 @@
"statistics": [
{ "name" : "GP", "equation" : "$eventsplayed", "description" : "Games played" },
{ "name" : "P", "equation" : "$g + $assists", "description" : "Points" },
{ "name" : "S%", "equation" : "$g / $s * 1 0 0", "precision" : 2 }
{ "name" : "S%", "equation" : "$g / $s * 1 0 0", "precision" : 2, "description" : "Shot percentage" }
]
}