{{ block title }} Fishery Game: Period 1/3 {{ endblock }} {{ block content }}

Round {{ player.round_number }}
Total payoff: {{ participant.payoff }}

You now have the chance to reduce the earnings of the other players in your group.

  • You can invest up to {{ player.payoff }} to reduce the other players earnings.
  • However, you cannot invest more than {{ C.MAX_PUNISHMENT}} to reduce a single player's earnings.
  • For each PHP you invest in reducing another player's earnings, the other player's payoff will be reduced by {{ C.P_MULTIPLIER }}.
  • The implications are highlighted in the table below.
  • {{ formfields }} {{ for entry in schedule }} {{ endfor }}
    Costs of reduction to you Impact on other player's earnings
    {{ entry.0|cu }} {{ entry.1|cu }}
    {{ next_button }} {{ endblock }}