💰 {{ state.money }}€
🎮 第{{ state.round }}轮
{{ state.alive ? '❤️ 存活' : '💀 死亡' }}

人生重开
赛博赌局

在夜之城的霓虹雨夜,用义体天赋和赛马赌局决定你的命运

抽取义体天赋

{{ talent.icon }}
{{ talent.name }}
{{ talent.description }}
速度+{{ talent.spd }} 耐力+{{ talent.sta }} 稳定+{{ talent.stb }}

分配属性点 (剩余: {{ remainingPoints }})

⚡ 速度
{{ state.attributes.speed }}
💪 耐力
{{ state.attributes.stamina }}
🛡️ 稳定
{{ state.attributes.stability }}
🤖
{{ currentAIMessage }}

下注面板

余额: {{ state.money }}€ | 投注额: {{ state.bets.reduce((sum, b) => sum + b.amount, 0) }}€
{{ horse.name }}
{{ horse.trait }}
{{ horse.odds.toFixed(2) }}x
下注金额: {{ betAmount }}€

比赛进行中...

{{ winAmount >= 0 ? '赢了!' : '输了!' }}
{{ winAmount >= 0 ? '+' : '' }}{{ winAmount }}€
AI点评
"你赢的是运气,还是人性?"
当前余额: {{ state.money }}€
🎰 赛博赌局结局 🎰
最终余额: {{ state.money }}€
{{ state.round }}轮后 {{ state.alive ? '存活' : '死亡' }}
{{ getEndingMessage() }}