Page history
2 November 2024
Gau Cho
no edit summary
−3
Gau Cho
no edit summary
+8
Gau Cho
no edit summary
+6
Gau Cho
no edit summary
−2
Gau Cho
no edit summary
+31
Gau Cho
no edit summary
+30
Gau Cho
Created page with "local p = {} function sort_entries(entry1, entry2) -- Sort the variants based on the sum of the profession levels local entry1_value = (entry1['Profession Level A'] or 0) + (entry1['Profession Level B'] or 0) local entry2_value = (entry2['Profession Level A'] or 0) + (entry2['Profession Level B'] or 0) return entry1_value < entry2_value end function format_entry(entry) -- Format the search result as Page. At the moment, don't include profession data in the tab..."
+1,391