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
+21 -6
View File
@@ -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"
}
]
},