Add case adjudication cutscene

This commit is contained in:
2026-08-23 23:21:24 +02:00
parent 0c4e0db118
commit 31a4b52832
13 changed files with 330 additions and 33 deletions
+13 -2
View File
@@ -20,7 +20,18 @@
"x": 200,
"y": 80,
"terminals": [
{ "key": "report_back", "label": "Submit finding", "to": "barricelli-luggage" }
{ "key": "report_back", "label": "Submit finding", "to": "case-adjudication" }
]
},
{
"key": "case-adjudication",
"type": "cutscene",
"label": "Case adjudication",
"componentKey": "case-adjudication",
"x": 200,
"y": 300,
"terminals": [
{ "key": "continue", "label": "Receive merit", "to": "barricelli-luggage" }
]
},
{
@@ -29,7 +40,7 @@
"label": "The Barricelli Luggage",
"awardsFlag": "barricelli_luggage",
"x": 200,
"y": 300,
"y": 520,
"terminals": [
{ "key": "continue", "label": "Accept", "to": null }
]