{{ extends 'global/IntroPage.html' }} {{ block title }}Priority Scores{{ endblock }} {{ block page_body }}

Each island ranks the {{ num_players }} travelers in order of priority. Your priority score will be a number between 1 and {{ num_players }}.

A higher priority score at an island gives you a higher chance of being sent there when you "apply."

We explain how these "applications" work shortly.

Popular Islands
Island A B C D E F
Points {{ payoff_a }} {{ payoff_b }} {{ payoff_c }} {{ payoff_d }} {{ payoff_e }} {{ payoff_f }}
Priority Score
Points
Popular Islands {{ C.MIN_PTS }} (Lowest) {{ C.MAX_PTS }} (Highest) E F C D B A
Priority Scores
1 (Lowest) {{ num_players }} (Highest) Increasing Priority Score

{{ back_button }} {{ next_button }}
{{ endblock }}