matches
This commit is contained in:
parent
7f07c2bab2
commit
663d4c6d4a
2 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
"deaths": 0.0,
|
"deaths": 0.0,
|
||||||
"kills": 6.0,
|
"kills": 6.0,
|
||||||
"humankills": 2.0,
|
"humankills": 2.0,
|
||||||
"matches": 4,
|
"matches": 1,
|
||||||
"KD_H": "Infinity",
|
"KD_H": "Infinity",
|
||||||
"KD_ALL": "Infinity"
|
"KD_ALL": "Infinity"
|
||||||
},
|
},
|
||||||
|
|
@ -72,6 +72,6 @@
|
||||||
"KD_ALL": 1.3333333333333333
|
"KD_ALL": 1.3333333333333333
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"updated": "09/25/2023 14:31:54 - Time Zone: W. Europe Standard Time"
|
"updated": "09/25/2023 15:19:43 - Time Zone: W. Europe Standard Time"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ foreach ($player in $all_player_matches.playername) {
|
||||||
deaths = $deaths
|
deaths = $deaths
|
||||||
kills = $kills
|
kills = $kills
|
||||||
humankills = $humankills
|
humankills = $humankills
|
||||||
matches = ($killstats | where-object { $_.playername -eq $player }).count
|
matches = ($all_player_matches | where-object {$_.playername -eq $player}).player_matches.count
|
||||||
KD_H = $humankills / $deaths
|
KD_H = $humankills / $deaths
|
||||||
KD_ALL = $kills / $deaths
|
KD_ALL = $kills / $deaths
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue