Files
rltn/public/dialogs/Oxranik.json

47 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Охранник",
"avatar": "/images/npc/guard.jpg",
"filename": "Oxranik.json",
"npc_id": 5,
"dialogue_key": "oxranik/report",
"dialog": [
{
"id": 0,
"text": "Стоять! Что нужно?",
"answers": [
{
"text": "Я выполнил задания",
"next": 1
},
{
"text": "Ничего, ошибся",
"end": true
}
]
},
{
"id": 1,
"text": "Так... Вижу, ты поработал. Неплохо для новичка. Держи награду и приходи за новыми заданиями завтра.",
"answers": [
{
"text": "Спасибо",
"end": true
},
{
"text": "Что дальше?",
"next": 2
}
]
},
{
"id": 2,
"text": "Отдохни сегодня. Завтра будут новые поручения. Спроси у бармена - он знает.",
"answers": [
{
"text": "Понял, до завтра",
"end": true
}
]
}
]
}