修正联网对战结算的l'pm公式算的其实是lpm

This commit is contained in:
MrZ626
2021-12-24 00:06:43 +08:00
parent 375e67bdc4
commit a5b9206694
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ function scene.sceneInit()
(S.atk+S.dig)/S.time*60,--ADPM
S.atk/S.time*60, --AtkPM
S.send/S.time*60, --SendPM
S.piece/S.time*24, --LinePM
S.piece/S.time*24, --Line'PM
S.dig/S.time*60, --DigPM
}
val={1/80,1/80,1/80,1/60,1/100,1/40}