Add case adjudication cutscene
This commit is contained in:
@@ -145,14 +145,14 @@
|
||||
{
|
||||
"key": "scene-8-glitch-hunter",
|
||||
"type": "dialogue",
|
||||
"label": "Scene 8 · Glitch Hunter",
|
||||
"label": "Scene 10 · Glitch Hunter",
|
||||
"x": 200,
|
||||
"y": 1140,
|
||||
"y": 1500,
|
||||
"terminals": [
|
||||
{
|
||||
"key": "continue",
|
||||
"label": "Continue",
|
||||
"to": "scene-9-the-barricelli-luggage"
|
||||
"to": "scene-10-the-deep-web"
|
||||
}
|
||||
],
|
||||
"utterances": [
|
||||
@@ -165,6 +165,21 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "scene-8-case-adjudication",
|
||||
"type": "cutscene",
|
||||
"label": "Scene 8 · Case adjudication",
|
||||
"componentKey": "case-adjudication",
|
||||
"x": 200,
|
||||
"y": 1140,
|
||||
"terminals": [
|
||||
{
|
||||
"key": "continue",
|
||||
"label": "Receive merit",
|
||||
"to": "scene-9-the-barricelli-luggage"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "scene-9-the-barricelli-luggage",
|
||||
"type": "merit",
|
||||
@@ -177,7 +192,7 @@
|
||||
{
|
||||
"key": "continue",
|
||||
"label": "Continue",
|
||||
"to": "scene-10-the-deep-web"
|
||||
"to": "scene-8-glitch-hunter"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -186,7 +201,7 @@
|
||||
"type": "dialogue",
|
||||
"label": "Scene 10 · The deep web",
|
||||
"x": 200,
|
||||
"y": 1500,
|
||||
"y": 1680,
|
||||
"terminals": [
|
||||
{
|
||||
"key": "done",
|
||||
@@ -241,7 +256,7 @@
|
||||
{
|
||||
"key": "report_back",
|
||||
"label": "Report back",
|
||||
"to": "scene-8-glitch-hunter"
|
||||
"to": "scene-8-case-adjudication"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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