From 2c0f86c44139d50bee786d2ae16d3af37f5881bc Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 25 Jun 2014 20:20:38 +1000 Subject: [PATCH] Add description to ice hockey shot percentage --- presets/hockey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets/hockey.json b/presets/hockey.json index 9b3213ad..56fbf2e0 100644 --- a/presets/hockey.json +++ b/presets/hockey.json @@ -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" } ] } \ No newline at end of file