{{ extends 'global/IntroPage.html' }} {{ block title }}Payoffs{{ endblock }} {{ block page_body }}
Islands A and B are popular islands, and their points will be randomly drawn between {{ C.MID_PTS }} and {{ C.MAX_PTS }}:
One popular island, chosen at random, is worth {{ C.MAX_PTS }} points.
The points for the other popular island will be randomly chosen from this list:
{{ top_step_list }}
The other islands are regular islands, and their points will be randomly drawn between {{ C.MIN_PTS }} and {{ reg_max }}:
One regular island, chosen at random, is worth {{ C.MIN_PTS }} points.
The points for the other three islands are randomly chosen from this list:
{{ reg_step_list }}
All islands are worth a different number of points.
Other travelers' points are assigned in the same way: randomly, like yours.
This means their points may differ from yours.
You will not observe others' points.
The other travelers will also receive payoffs according to the island they are sent to.
Note that all travelers have higher points from Islands A and B than the other islands.
{{ endblock }}