-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_chapter_2.json
More file actions
51 lines (51 loc) · 2.61 KB
/
sample_chapter_2.json
File metadata and controls
51 lines (51 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"chapter_number": 2,
"title": "Into the Abyss",
"pages": [
{
"page_number": 1,
"panels": [
{ "panel_id": 1, "speaker": null, "text": "Three days had passed since the encounter with the beast.", "type": "narration" },
{ "panel_id": 2, "speaker": "Kaito", "text": "The elder said the seal is deep underground.", "type": "dialogue" },
{ "panel_id": 3, "speaker": "Yuki", "text": "Underground? You mean the old mines?", "type": "dialogue" }
]
},
{
"page_number": 2,
"panels": [
{ "panel_id": 1, "speaker": "Kaito", "text": "Yeah. No one has gone down there in years.", "type": "dialogue" },
{ "panel_id": 2, "speaker": null, "text": "\u5371\u967a\u7981\u6b62\u533a\u57df", "type": "sign" },
{ "panel_id": 3, "speaker": "Yuki", "text": "Kaito, that sign... it says \u7acb\u5165\u7981\u6b62.", "type": "dialogue" },
{ "panel_id": 4, "speaker": "Kaito", "text": "I know what it says. We're going anyway.", "type": "dialogue" }
]
},
{
"page_number": 3,
"panels": [
{ "panel_id": 1, "speaker": null, "text": "RUMBLE", "type": "sfx" },
{ "panel_id": 2, "speaker": "Yuki", "text": "The ground is shaking!", "type": "dialogue" },
{ "panel_id": 3, "speaker": "Kaito", "text": "Stay close. We must proceed with utmost caution and deliberation, my dear companion.", "type": "dialogue" },
{ "panel_id": 4, "speaker": null, "text": "The darkness swallowed them whole.", "type": "narration" }
]
},
{
"page_number": 4,
"panels": [
{ "panel_id": 1, "speaker": "Yuki", "text": "I can't see anything. Where are you?", "type": "dialogue" },
{ "panel_id": 2, "speaker": "Kaito", "text": "Right here. Don't let go of my hand.", "type": "dialogue" },
{ "panel_id": 3, "speaker": null, "text": "SCREECH", "type": "sfx" },
{ "panel_id": 4, "speaker": "Yuki", "text": "What was that?!", "type": "dialogue" },
{ "panel_id": 5, "speaker": "Kaito", "text": "Lol no idea but it sounded pretty funny actually.", "type": "dialogue" }
]
},
{
"page_number": 5,
"panels": [
{ "panel_id": 1, "speaker": null, "text": "A faint glow appeared ahead.", "type": "narration" },
{ "panel_id": 2, "speaker": "Kaito", "text": "There! The seal chamber!", "type": "dialogue" },
{ "panel_id": 3, "speaker": "Yuki", "text": "It's beautiful... and terrifying.", "type": "dialogue" },
{ "panel_id": 4, "speaker": "Kaito", "text": "This is what the old man talked about. The ancient barrier.", "type": "dialogue" }
]
}
]
}