{{ gameEndTitle }}
对局已经结束

{{ isTitanChoice(currentChoices) ? '泰坦技能' : '发现选择' }}

{{ isTitanChoice(currentChoices) ? '请选择要使用的泰坦技能' : '请从以下选项中选择一张卡牌' }}

{{ getSmallCardFaceText(choice) }}
{{ choice.name || '未知卡牌' }}
{{ canCancelChoice ? '使用键盘方向键选择,Enter键确认,ESC键取消' : '发现选项已暴露,必须选择一张卡牌,不能取消' }}
{{ getCardMana(currentCard) }}
{{ getCardMana(currentCard) || 0 }}
{{ getCardAttack(currentCard) }}
{{ getCardHealth(currentCard) }}
{{ getCardAttack(currentCard) || 0 }}
{{ getWeaponHealth(currentCard) || 0 }}

{{ graveModalTitle }}

已死亡随从:{{ graveModalCards.length }} 张

暂无死亡随从
{{ card.name || '未知卡牌' }}

正在加载游戏状态...

{{ getCardAttack(gameState.player2.weapon) || 0 }}
{{ getWeaponHealth(gameState.player2.weapon) || 0 }}
{{ gameState?.player2?.hero?.attack || 0 }}
{{ gameState?.player2?.hero?.health ?? 30 }}
{{ gameState?.player2?.hero?.armor || 0 }}
嘲讽 圣盾 潜行 吸血 剧毒 冻结 风怒
对手英雄
{{ getHeroName(gameState?.player2?.hero) }}
{{ getHeroClassName(gameState?.player2?.hero) }}
{{ getDisplayedHeroPowerCost(gameState?.player2?.hero) }}
英雄技能
{{ getHeroPowerInfo(gameState?.player2?.hero).description }}
法力值
{{ gameState?.player2?.mana || 0 }}/{{ getMaxMana(gameState?.player2) }}
{{ getOpponentDeckCount() }}
牌库
{{ getOpponentGraveCount() }}
墓地
选择时间线
奥秘
{{ getSmallCardFaceText(cardRevealCard) }}
{{ cardRevealCard.mana ?? cardRevealCard.cost ?? '?' }}
{{ getCardAttack(cardRevealCard) }}
{{ getCardHealth(cardRevealCard) }}

游戏状态

文件: {{ currentFileIndex + 1 }} / {{ jsonFiles.length }}
场景: {{ currentPlaygroundScenario?.cardId || '-' }}
{{ currentFileName }}
第 {{ currentPlaygroundStepIndex + 1 }} / {{ playgroundRun?.steps?.length || 0 }} 步 · {{ currentPlaygroundStep.title }}
动作序列 {{ resolutionTrace.length }} 条
{{ currentPlaygroundStepIndex === 0 ? '起始快照' : '等待用户输入' }}
{{ index + 1 }}. {{ summarizeTraceAction(traceAction) }}
本地 JSON
{{ jsonFiles.length > 0 ? '可使用方向键切换文件' : '请选择包含 JSON 的文件夹' }}
Backend 对局
加载已保存状态
状态: {{ backendStatus }}
状态 ID: {{ gameId }} Seed: {{ gameSeed }} 保存状态: {{ gameStateDirty ? '未保存更改' : (gameStateSaved ? '已保存' : '未保存') }}
同步方式: 游戏动作响应驱动
机器人回合: {{ autoRefreshActive ? '推进中' : '未运行' }} | 上次同步: {{ lastBackendSyncAt }}
当前视角: {{ playerPerspective === 'player2' ? '玩家2' : '玩家1' }} (URL 参数: ?player=player2)
{{ backendError }}
出牌日志 {{ actionLog.length }} 条
暂无动作
{{ entry.no }} {{ getActionLogTypeLabel(entry.type) }} T{{ entry.turn }} · P{{ entry.currentPlayer }}
{{ getActionLogTypeLabel(entry.type) }} · {{ entry.sourceName }} -> , {{ target.name }} -> {{ entry.targetSummary }} ({{ entry.valueSummary }})
当前回合: {{ getCurrentTurn() }}
当前玩家: {{ gameState?.currentPlayer || '-' }}
回合阶段: {{ gameState?.turnState || '-' }}
可选动作: {{ availableActionCount }}
游戏结束: {{ gameOver ? '是' : '否' }}
玩家牌库: {{ getPlayerDeckCount() }}
对手牌库: {{ getOpponentDeckCount() }}
玩家法力: {{ gameState?.player1?.mana || 0 }}/{{ getMaxMana(gameState?.player1) }}({{ gameState?.player1?.maxmana || 0 }})
对手法力: {{ gameState?.player2?.mana || 0 }}/{{ getMaxMana(gameState?.player2) }}({{ gameState?.player2?.maxmana || 0 }})
可执行动作: {{ actionableCardsCount + (isHeroPowerActionable ? 1 : 0) }}
手牌: {{ actionableCardsCount }} , 英雄技能: 1
选择类型: {{ currentChoices.type === 'position' ? '放置位置' : ((currentChoices.cards && currentChoices.cards.length > 0) ? '选择卡牌' : '选择目标') }}
{{ currentChoices.type === 'position' ? '可放置位置:' : ((currentChoices.cards && currentChoices.cards.length > 0) ? '可选择卡牌:' : '可选择目标:') }} {{ currentChoices.type === 'position' ? (currentChoices.status?.length || 0) : ((currentChoices.cards && currentChoices.cards.length > 0) ? (currentChoices.cards?.length || 0) : (currentChoices.targets?.length || 0)) }}
{{ selectedHeroPowerActionPrompt || selectedHandActionPrompt }}
攻击状态: 选择攻击目标
已选择: {{ selectedBattlefieldMinion?.name || '未知随从' }}
休眠
{{ getLocationStateLabel(minion) }}
{{ getCardAttack(minion) }}
{{ getCardHealth(minion) }}

炉石传说

休眠
{{ getLocationStateLabel(minion) }}
{{ getCardAttack(minion) }}
{{ getCardHealth(minion) }}
{{ getCardAttack(gameState.player1.weapon) || 0 }}
{{ getWeaponHealth(gameState.player1.weapon) || 0 }}
{{ gameState?.player1?.hero?.attack || 0 }}
{{ gameState?.player1?.hero?.health ?? 30 }}
{{ gameState?.player1?.hero?.armor || 0 }}
嘲讽 圣盾 潜行 吸血 剧毒 冻结 风怒
玩家英雄
{{ getHeroName(gameState?.player1?.hero) }}
{{ getHeroClassName(gameState?.player1?.hero) }}
{{ getDisplayedHeroPowerCost(gameState?.player1?.hero) }}
英雄技能
{{ getHeroPowerInfo(gameState?.player1?.hero).description }}
{{ getSmallCardFaceText(card) }}
{{ getCardMana(card) || 0 }}
{{ getCardAttack(card) }}
{{ getCardHealth(card) }}
{{ getWeaponHealth(card) }}
法力值
{{ gameState?.player1?.mana || 0 }}/{{ getMaxMana(gameState?.player1) }}
{{ getPlayerDeckCount() }}
牌库
{{ getPlayerGraveCount() }}
墓地

反馈游戏 Bug

我们将记录您当前的游戏局势(包括游戏 Seed: {{ gameSeed }} 及其历史操作指令轨迹),以便后台重放分析。