Files
rltn/public/dialogs/bartender.json

29 lines
909 B
JSON
Raw Permalink 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/bartender.jpg",
"filename": "bartender.json",
"npc_id": 2,
"dialogue_key": "bartender/dialogue",
"dialog": [
{
"id": 0,
"text": "Привет, новичок. Вижу, ты уже поговорил со стражником. Ну что, готов к настоящей работе?",
"answers": [
{
"text": "Расскажи, что есть",
"next": 1
}
]
},
{
"id": 1,
"text": "У меня есть пара контактов. Но сначала послушай того искателя приключений в углу - у него есть полезная информация для новичков.",
"answers": [
{
"text": "Хорошо, поговорю с ним",
"end": true
}
]
}
]
}