{
"start": "count",
"nodes": {
"count": {
"speaker": "Клинт",
"text": "Три тона, слышишь? Соберёшь — поддел резонатор под них. Мои руки уже не слышат.",
"next": "accept"
},
"accept": {
"setFlags": ["quest_resonator_done"],
"do": [{ "kind": "custom", "id": "tune_resonator" }],
"next": "ring"
},
"ring": {
"speaker": "Звонарь",
"text": "Пусть гудит. Пол-тона — тоже тон."
}
}
}