狼人杀游戏

Banner

游戏信息

当前阶段: {{ currentPhase === 'night' ? '夜晚' : '白天' }}

天数: {{ day }}

{{ hostMessage }}

游戏日志

【{{ getPhaseText(log.phase) }}】 {{ log.message }}

{{ gameMode==='ai' || (gameMode==='human' && godView) ? '狼人概率' : '玩家状态' }}

{{ player.name }} ({{ getRoleName(player.role) }})

{{ target.name }}
{{ formatBeliefValue(player.beliefs?.p_wolf?.[tid]) }}
{{ player.name }} {{ getRoleName(player.role) }} 身份未知
{{ player.alive ? '存活中' : '已死亡' }}

提示: 在人机对战模式下,你只能看到自己的真实角色, 其他玩家的角色需通过推断获得。

游戏结束

{{ resultMessage }}

{{ humanActionData.action_type === 'wolf_kill' ? '狼人击杀' : humanActionData.action_type === 'seer_check' ? '预言家查验' : humanActionData.action_type === 'talk' ? '发言选择' : humanActionData.action_type === 'vote' ? '投票选择' : humanActionData.action_type === 'last_words' ? '遗言选择' : '选择行动' }}

{{ humanActionData.player_name }},请选择目标:

{{ humanActionData.player_name }},请选择发言内容:

选择目标:

是否公布查验结果?

选择查验的玩家:

查验结果:

{{ humanActionData.player_name }},请选择投票对象:

{{ humanActionData.player_name }},你已死亡,请选择遗言:

将公布第{{ selectedLegacy.day }}天对 {{ getPlayerName(selectedLegacy.target) }} 的查验结果

将指控 {{ getPlayerName(selectedLegacy.target) }} 是狼人

{{ gameMode === 'ai' ? 'AI对战设置' : '人机对战设置' }}