import BG_PENDO_EXIT_C as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): if self.player.round_number == 1: yield Istruzioni if self.player.round_number == 1: yield Instruction_II if self.player.round_number == 1: yield Instruction_III if self.player.round_number == 1: yield Instruction_IV if self.player.round_number == 1: yield Questions, dict( Questionme=27, Question3=18, Questionbribe=25, ) if self.player.round_number == 1: yield Role if self.player.round_number == 1: yield Start if self.player.id_in_group != 1 and self.player.round_number != 1: yield Info, dict(Info=True) if self.player.round_number != 1 and self.player.id_in_group != 1 and self.player.Info == True: yield DiscoveryUmpire if self.player.id_in_group != 1: yield Contribuzione, dict(contribution=6) if self.player.id_in_group != 1: yield Bribe_Fase2, dict(bribe=2) if self.player.id_in_group == 1: yield Punishment2bribe, dict( bribe2=1, punishment2=0, bribe3=1, punishment3=3, bribe4=1, punishment4=1, ) if self.player.round_number == 1: yield PayoffRound1 if self.player.round_number != 1: yield Payoff2 if self.player.round_number == 12: yield Ringraziamento