121 lines
3.4 KiB
JSON
121 lines
3.4 KiB
JSON
{
|
||
"dialogues": [
|
||
{
|
||
"id": "door_dialog001",
|
||
"start": "line_1",
|
||
"nodes": [
|
||
{
|
||
"id": "line_1",
|
||
"type": "Line",
|
||
"speaker": "Бекзат",
|
||
"portrait": "resources/dialogue/portrait_hero_neutral.png",
|
||
"text": "Дверь закрыта на ключ.",
|
||
"next": "end_1"
|
||
},
|
||
{
|
||
"id": "end_1",
|
||
"type": "End"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"id": "dialog_contaier001",
|
||
"start": "line_1",
|
||
"nodes": [
|
||
{
|
||
"id": "line_1",
|
||
"type": "Line",
|
||
"speaker": "Бекзат",
|
||
"portrait": "resources/dialogue/portrait_hero_neutral.png",
|
||
"text": "Это мусорный контейнер, я не буду в нем копаться!",
|
||
"next": "end_1"
|
||
},
|
||
{
|
||
"id": "end_1",
|
||
"type": "End"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"id": "dialog_contaier002",
|
||
"start": "line_1",
|
||
"nodes": [
|
||
{
|
||
"id": "line_1",
|
||
"type": "Line",
|
||
"speaker": "Бекзат",
|
||
"portrait": "resources/dialogue/portrait_hero_neutral.png",
|
||
"text": "Если Алик не соврал, курсовая работа Бегимай лежит где-то тут.",
|
||
"next": "line_2"
|
||
},
|
||
{
|
||
"id": "line_2",
|
||
"type": "Line",
|
||
"speaker": "Бекзат",
|
||
"portrait": "resources/dialogue/portrait_hero_neutral.png",
|
||
"text": "[Копается в куче мусора]",
|
||
"next": "line_3"
|
||
},
|
||
{
|
||
"id": "line_3",
|
||
"type": "Line",
|
||
"speaker": "Бекзат",
|
||
"portrait": "resources/dialogue/portrait_hero_neutral.png",
|
||
"text": "Ага, нашел! Вот и она!",
|
||
"next": "end_1"
|
||
},
|
||
{
|
||
"id": "end_1",
|
||
"type": "End"
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"cutscenes": [
|
||
{
|
||
"id": "darklands_exit001",
|
||
"background": "resources/test_cutscene001.png",
|
||
"durationMs": 5000,
|
||
"fadeOutMs": 500,
|
||
"fadeInMs": 500,
|
||
"endFadeOutMs": 500,
|
||
"endFadeInMs": 500,
|
||
"cameraTrack": [
|
||
{
|
||
"durationMs": 3000,
|
||
"from": { "focusX": 0.3, "focusY": 0.50, "zoom": 1.10, "rotationDeg": 0.0 },
|
||
"to": { "focusX": 0.7, "focusY": 0.50, "zoom": 1.00, "rotationDeg": 0.0 },
|
||
"easing": "EaseInOutSine"
|
||
},
|
||
{
|
||
"durationMs": 3000,
|
||
"from": { "focusX": 0.3, "focusY": 0.50, "zoom": 1.0, "rotationDeg": 0.0 },
|
||
"to": { "focusX": 0.7, "focusY": 0.50, "zoom": 1.1, "rotationDeg": 0.0 },
|
||
"easing": "EaseInOutCubic"
|
||
}
|
||
],
|
||
"lines": [
|
||
{
|
||
"speaker": "Бекзат",
|
||
"portrait": "resources/dialogue/portrait_hero_neutral.png",
|
||
"text": "Кажется, яркий свет луны разбудил меня от этого сна.",
|
||
"durationMs": 3000
|
||
},
|
||
{
|
||
"speaker": "Бекзат",
|
||
"portrait": "resources/dialogue/portrait_hero_neutral.png",
|
||
"text": "Жесть вообще, хочу спать.",
|
||
"durationMs": 3000
|
||
},
|
||
{
|
||
"speaker": "Бекзат",
|
||
"portrait": "rresources/dialogue/portrait_hero_neutral.png",
|
||
"text": "Который час?",
|
||
"durationMs": 2000,
|
||
"background": "resources/test_cutscene001.png"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|