Add case adjudication cutscene
This commit is contained in:
@@ -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 }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user