War Ranks
Destroy tab calculates players destroys score, currently it counts only ships better than Caviar (including).
Each ship destroyed on the past week give you 32 points
Each ship destroyed on the last month give you 16 points
Each ship destroyed on the last 3 months give you 4 points
All older kills give you 1 point for each
Score Calculation
SCORE POINTS = SQUARE_ROOT(EXPERIENCE / 1000 + HONOR / 5) * 40 + [Quest Points]
QUEST WEIGHT = (LEVEL_OF_QUEST) ^ 3 (Quest level in the cube)
QUEST POINTS = (Sum of all completed QUEST WEIGHT) / 3
Total
SQUARE_ROOT(EXPERIENCE / 1000 + HONOR / 5) * 40 + (Sum of all completed quests weight) / 3