Adjust Dig Efficiency rank cutoffs (#965)
This commit is contained in:
@@ -13,11 +13,11 @@ return {
|
||||
if P.stat.dig<400 then return end
|
||||
local P=P.stat.piece
|
||||
return
|
||||
P<=1200 and 5 or
|
||||
P<=1400 and 4 or
|
||||
P<=1500 and 3 or
|
||||
P<=1800 and 2 or
|
||||
P<=2000 and 1 or
|
||||
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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user