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

16 lines
356 B
JSON
Raw Normal View History

{
"id": "NARRATIVE_13_OUTRO",
"nodes": [
{
"id": "1",
"type": "DIALOGUE",
"speaker": "Baroness Seraphina",
"text": "Wonderful! The cargo is intact. Take this mercenary contract as a bonus.",
"trigger": {
"type": "GIVE_ITEM",
"item_id": "ITEM_MERCENARY_CONTRACT"
},
"next": "END"
}
]
}