Richard changes
This commit is contained in:
parent
61f61599e5
commit
2c9b1bae2e
4 changed files with 10 additions and 6 deletions
|
|
@ -227,8 +227,8 @@ function Get-MatchStatsPlayer {
|
|||
kills = $kills
|
||||
humankills = $humankills
|
||||
matches = $player_matches
|
||||
KD_H = $humankills / ($deaths + $alives) # KD_Human calculated per match (kills / (deaths + alives))
|
||||
KD_ALL = $kills / ($deaths + $alives) # KD_ALL calculated per match (kills / (deaths + alives))
|
||||
KD_H = $humankills / $deaths
|
||||
KD_ALL = $kills / $deaths
|
||||
winratio = $winratio
|
||||
wins = $player_wins
|
||||
dbno = $dbno
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue