Update sport presets 1 0 0 => 100
This commit is contained in:
@@ -40,10 +40,10 @@
|
||||
{ "name" : "Diff", "equation" : "$goalsfor - $goalsagainst", "priority" : 2, "description" : "Goal differential" },
|
||||
{ "name" : "PPG", "equation" : "$ppgfor", "description" : "Power play goals" },
|
||||
{ "name" : "PPO", "equation" : "$ppofor", "description" : "Power play opportunities" },
|
||||
{ "name" : "PP%", "equation" : "$ppgfor / $ppofor * 1 0 0", "precision" : 1, "description" : "Power play percentage" },
|
||||
{ "name" : "PP%", "equation" : "$ppgfor / $ppofor * 100", "precision" : 1, "description" : "Power play percentage" },
|
||||
{ "name" : "PPGA", "equation" : "$ppgagainst", "description" : "Power play goals against" },
|
||||
{ "name" : "PPOA", "equation" : "$ppoagainst", "description" : "Power play opportunities against" },
|
||||
{ "name" : "PK%", "equation" : "( $ppoagainst - $ppgagainst ) / $ppoagainst * 1 0 0", "precision" : 1, "description" : "Penalty kill percentage" },
|
||||
{ "name" : "PK%", "equation" : "( $ppoagainst - $ppgagainst ) / $ppoagainst * 100", "precision" : 1, "description" : "Penalty kill percentage" },
|
||||
{ "name" : "L10", "equation" : "$last10", "description" : "Last 10" },
|
||||
{ "name" : "Strk", "equation" : "$streak", "description" : "Current streak" }
|
||||
],
|
||||
@@ -54,7 +54,7 @@
|
||||
"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, "description" : "Shot percentage" },
|
||||
{ "name" : "SV%", "equation" : "$sv / $sa * 1 0 0", "precision" : 2, "description" : "Save percentage" }
|
||||
{ "name" : "S%", "equation" : "$g / $s * 100", "precision" : 2, "description" : "Shot percentage" },
|
||||
{ "name" : "SV%", "equation" : "$sv / $sa * 100", "precision" : 2, "description" : "Save percentage" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user