formatting
This commit is contained in:
parent
e60f48e0b8
commit
d1d698e390
1 changed files with 10 additions and 12 deletions
|
|
@ -82,18 +82,16 @@ foreach ($winid in $new_win_matches) {
|
|||
$content_winstats = '```' + ($win_stats | Format-Table | out-string) + '```'
|
||||
send-discord -content $content_winstats
|
||||
|
||||
$legenda = "
|
||||
|
||||
Legenda:
|
||||
|
||||
dmg_h: Schade aangericht aan echte spelers
|
||||
dmg: Totale schade (aan zowel echte spelers als AI)
|
||||
k_h: Aantal echte spelers die je hebt geëlimineerd
|
||||
K_a: Totale aantal eliminaties (inclusief AI)
|
||||
t_serv: Overleefde tijd (in seconden)
|
||||
k_t: Team eliminaties
|
||||
|
||||
"
|
||||
$legenda = '
|
||||
```
|
||||
dmg_h = Schade aangericht aan echte spelers
|
||||
dmg = Totale schade (aan zowel echte spelers als AI)
|
||||
k_h = Aantal echte spelers die je hebt geelimineerd
|
||||
K_a = Totale aantal eliminaties (inclusief AI)
|
||||
t_serv = Overleefde tijd (in seconden)
|
||||
k_t = Team eliminaties
|
||||
```
|
||||
'
|
||||
|
||||
send-discord -content $legenda
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue