aether-shards/src/assets/data/narrative/tutorial_success.json

24 lines
569 B
JSON
Raw Normal View History

{
"id": "NARRATIVE_TUTORIAL_SUCCESS",
"nodes": [
{
"id": "1",
"speaker": "Director Vorn",
"portrait": "assets/images/portraits/tinker.png",
"text": "Efficient. Brutal. I like it.",
"type": "DIALOGUE",
"next": "2"
},
{
"id": "2",
"speaker": "Director Vorn",
"portrait": "assets/images/portraits/tinker.png",
"text": "Here's your payment. And take these schematics—you'll need an engineer if you want to survive the deeper levels.",
"type": "DIALOGUE",
"next": "END"
}
]
}