summaryrefslogtreecommitdiffstats
path: root/data/dialogue/dwarf_2.json
blob: 98f022143d158621efc8a828819f29a8b09516c6 (plain)
1
2
3
4
5
[
    { "id": 1, "name": "Dwarf", "body": "What are you doing in this dungeon?", "options": [["Just chilling", 2], ["Nothing", 3]] },
    { "id": 2, "name": "Dwarf", "body": "Stop chilling and go back to the surface." },
    { "id": 3, "name": "Dwarf", "body": "Right." }
]