Adjust Dig Efficiency rank cutoffs (#965)
This commit is contained in:
@@ -13,11 +13,11 @@ return {
|
||||
if P.stat.dig<100 then return end
|
||||
local P=P.stat.piece
|
||||
return
|
||||
P<=260 and 5 or
|
||||
P<=320 and 4 or
|
||||
P<=420 and 3 or
|
||||
P<=520 and 2 or
|
||||
P<=620 and 1 or
|
||||
P<=250 and 5 or
|
||||
P<=300 and 4 or
|
||||
P<=370 and 3 or
|
||||
P<=450 and 2 or
|
||||
P<=550 and 1 or
|
||||
0
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user