Thinking about DS/S

dan63047 2023-09-24 16:53:27 +00:00
parent 08fb136bc1
commit 7917a43fba
1 changed files with 9 additions and 1 deletions

@ -43,7 +43,7 @@ That metric was invented by osk and promoted in game, as "general indicator of s
`VS = [ ( attack + garbage lines cleared ) / pieces ] * PPS * 100`, where constant of 100 here is just for scale.
That metric encourages player for using garbage lines.
That metric encourages player for using garbage lines in attacks, as well, as playing efficiently.
### Calculated by using fancy math
@ -58,6 +58,14 @@ That's a ratio of attack to number of placed pieces. Basically, an efficiency me
That's a ratio of versus score to attack per minute.
#### [DS/S] Downstack per Second
That metric shows, how fast you clearing lines
`DS/S = (VS / 100) - (APM / 60)`
`DS/S = [ ( attack + garbage lines cleared ) / pieces ] * PPS - APS`, where APS is attack per second
#### [DS/P] Downstack per Piece
#### [APP + DS/P] Summary of Attack per Piece and Downstack per Piece
#### [Cheese] Cheese Index