整理代码

This commit is contained in:
MrZ_26
2023-09-23 04:01:55 +08:00
parent 7e8e67694d
commit 3ebc93e65c
108 changed files with 694 additions and 694 deletions

View File

@@ -13,11 +13,11 @@ return {
if P.stat.dig<400 then return end
local P=P.stat.piece
return
P<=1120 and 5 or
P<=1280 and 4 or
P<=1440 and 3 or
P<=1600 and 2 or
P<=1800 and 1 or
0
P<=1120 and 5 or
P<=1280 and 4 or
P<=1440 and 3 or
P<=1600 and 2 or
P<=1800 and 1 or
0
end,
}