Files
rltn/public/dialogs/Adventurer.json

33 lines
1.0 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/adventurer.jpg",
"filename": "Adventurer.json",
"npc_id": 3,
"dialogue_key": "adventurer/advice",
"dialog": [
{
"id": 0,
"text": "А, новое лицо! Ищешь работу? Я бы на твоем месте сначала поговорил со стражником у входа. Он всем новичкам дает наводки.",
"answers": [
{
"text": "Спасибо за совет",
"end": true
},
{
"text": "А что ты знаешь о работе?",
"next": 1
}
]
},
{
"id": 1,
"text": "Я-то? Да много чего... Но сначала пройди базовый инструктаж. Без этого тебя никто серьезный не возьмет.",
"answers": [
{
"text": "Понял, спасибо",
"end": true
}
]
}
]
}