Files
rltn/public/dialogs/BeachCharacter.json

47 lines
1.4 KiB
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/beach_character.jpg",
"filename": "BeachCharacter.json",
"npc_id": 4,
"dialogue_key": "beachcharacter/meet",
"dialog": [
{
"id": 0,
"text": "Эй, приятель! Ты выглядишь как человек, который ищет приключений. У меня есть одно дельце...",
"answers": [
{
"text": "Какое дело?",
"next": 1
},
{
"text": "Извини, я спешу",
"end": true
}
]
},
{
"id": 1,
"text": "Нужно кое-что доставить в старую часть города. Опасно, но платят хорошо. Заинтересован?",
"answers": [
{
"text": "Расскажи подробнее",
"next": 2
},
{
"text": "Слишком рискованно",
"end": true
}
]
},
{
"id": 2,
"text": "Встреться с моим контактом у заброшенного дока. Скажешь, что от Кости. Деньги получишь по завершению.",
"answers": [
{
"text": "Договорились",
"end": true
}
]
}
]
}