{{ block title }} 第 {{player.num_subsession}} 輪 {{ endblock }} {{ block content }}
方案執行結果
{{if player.is_died_last_time}}你在此輪已被選中,本輪累積報酬為 {{player.accumulate_for_died }} 法幣。
另外,接下來你將無法參與本輪剩餘的選擇回合,但需參與本輪剩餘的遊戲回合,然而接下來的遊戲回合,每位被選中的人的報酬是獨立計算的,每填對一格可獲得 0.1 法幣。換句話說,他即使填對也不能增加大組內其他人的報酬,大組內其他人填對也不能增加他的報酬。
{{else}} {{ if player.is_died }}你在此輪已被選中,本輪累積報酬為 {{player.accumulate_pay}} 法幣,因目前本組選擇 {{group.vote_result_str}} 方案,你須被扣除 {{player.death_loss}} 法幣,故本輪你只能拿到 {{player.accumulate_pay_by_this_round }} 法幣。
另外,接下來你將無法參與本輪剩餘的選擇回合,但需參與本輪剩餘的遊戲回合,然而接下來的遊戲回合,每位被選中的人的報酬是獨立計算的,每填對一格可獲得 0.1 法幣。 換句話說,他即使填對也不能增加大組內其他人的報酬,大組內其他人填對也不能增加他的報酬。
{{ else }}你在此輪尚未被選中,本輪累積報酬為 {{player.accumulate_pay}} 法幣。
{{ endif }} {{endif}}階段結果
{{ if player.is_group_all_died_last_time }}您所在的大組因選擇 {{vote_result_str_last_time}} 方案後 ,已全被選中 ( 共 {{Constants.players_per_group}} 人 ) ,所以本階段沒有選擇回合。
{{ if player.is_group1 }}另一大組選擇 {{ subsession.vote_result_group2 }} 方案。有 {{ subsession.num_death_group2_per_cycle }} 人本階段被選中,目前共有 {{ subsession.num_death_group2 }} 人本輪已被選中。
{{ else }}另一大組選擇 {{ subsession.vote_result_group1 }} 方案。有 {{ subsession.num_death_group1_per_cycle }} 人本階段被選中,目前共有 {{ subsession.num_death_group1 }} 人本輪已被選中。
{{ endif }} {{ else }} {{if player.is_other_group_all_died_last_time}} {{ if player.is_group1 }}您所在的大組選擇 {{ subsession.vote_result_group1 }} 方案。有 {{ subsession.num_death_group1_per_cycle }} 人本階段被選中,目前共有 {{ subsession.num_death_group1 }} 人本輪已被選中。
{{ else }}您所在的大組選擇 {{ subsession.vote_result_group2 }} 方案。有 {{ subsession.num_death_group2_per_cycle }} 人本階段被選中,目前共有 {{ subsession.num_death_group2 }} 人本輪已被選中。
{{ endif }}另一大組因選擇 {{other_group_vote_result_str_last_time}} 方案後 ,已全被選中 ( 共 {{Constants.players_per_group}} 人 ) ,所以本階段沒有選擇回合。
{{ else }} {{ if player.is_group1 }}您所在的大組選擇 {{ subsession.vote_result_group1 }} 方案。有 {{ subsession.num_death_group1_per_cycle }} 人本階段被選中,目前共有 {{ subsession.num_death_group1 }} 人本輪已被選中。
另一大組選擇 {{ subsession.vote_result_group2 }} 方案。有 {{ subsession.num_death_group2_per_cycle }} 人本階段被選中,目前共有 {{ subsession.num_death_group2 }} 人本輪已被選中。
{{ else }}您所在的大組選擇 {{ subsession.vote_result_group2 }} 方案。有 {{ subsession.num_death_group2_per_cycle }} 人本階段被選中,目前共有 {{ subsession.num_death_group2 }} 人本輪已被選中。
另一大組選擇 {{ subsession.vote_result_group1 }} 方案。有 {{ subsession.num_death_group1_per_cycle }} 人本階段被選中,目前共有 {{ subsession.num_death_group1 }} 人本輪已被選中。
{{ endif }} {{ endif }} {{ endif }}請按下 Next 繼續本輪的選擇回合和遊戲回合。