Files
rltn/public/dialogs/guard.json

29 lines
802 B
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": "guard.json",
"npc_id": 1,
"dialogue_key": "guard/intro",
"dialog": [
{
"id": 0,
"text": "Стой! Новенький? Добро пожаловать в наш город. Первое правило - хочешь выжить, ищи работу.",
"answers": [
{
"text": "Где можно найти работу?",
"next": 1
}
]
},
{
"id": 1,
"text": "Начни с таверны. Бармен всегда в курсе, кому нужны руки. Иди к нему.",
"answers": [
{
"text": "Спасибо, пойду в таверну",
"end": true
}
]
}
]
}