Adjust Dig Efficiency rank cutoffs (#965)
This commit is contained in:
@@ -13,8 +13,8 @@ return {
|
||||
if P.stat.dig<10 then return end
|
||||
local P=P.stat.piece
|
||||
return
|
||||
P<=12 and 5 or
|
||||
P<=18 and 4 or
|
||||
P<=14 and 5 or
|
||||
P<=20 and 4 or
|
||||
P<=25 and 3 or
|
||||
P<=30 and 2 or
|
||||
P<=40 and 1 or
|
||||
|
||||
Reference in New Issue
Block a user