- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 23:
Line 23:
− +
− +
parse highlight thresholds
ranges[column] = {}
ranges[column] = {}
ranges[column].operator = operator
ranges[column].operator = operator
ranges[column].outstanding = outstanding
ranges[column].outstanding = tonumber(outstanding)
ranges[column].good = good
ranges[column].good = tonumber(good)
end
end
end
end