{% extends "global/Page.html" %} {% load otree static %} {% block title %} Game II: Experiment Instructions (2 of 5) {% endblock %} {% block content %}
At the start of each round, you are endowed with {{ Constants.endowment }}, one A unit and one B unit, which are your possession for that round.
During each round, you will face one of the following events:
If your A unit fails, you will lose {{ death_lost }} and exit that round.
If your A unit is still active but your B unit fails, you can receive a B unit from another player.
If you receive a B unit from another player, {{ Constants.period_income_healthy }} will be credited into your possession.
Otherwise, you will lose {{ death_lost }} and exit that round.
A round ends after all of the donated B units are allocated.
{% next_button %} {% endblock %}