chore: battle result UI, demo locales, and scene updates

This commit is contained in:
2026-06-14 16:19:31 +08:00
parent c46c4efd6c
commit b61d08a0ca
5 changed files with 51 additions and 11 deletions

View File

@@ -417,7 +417,10 @@
"title": "击退成功!",
"titleKey": "battle.result.victory",
"stats": [
{ "label": "勇气", "labelKey": "stat.courage", "variable": "courage", "max": 100 }
{ "label": "勇气", "labelKey": "stat.courage", "variable": "courage", "max": 100 },
{ "label": "QTE 成功", "labelKey": "stat.qte_succeeded", "variable": "qte_succeeded" },
{ "label": "信任值", "labelKey": "stat.trust", "variable": "trust" },
{ "label": "调查进度", "labelKey": "stat.investigation", "variable": "investigation", "max": 3 }
]
},
"choices": [