Files
2026-07-31 10:34:32 +09:00

64 lines
1.0 KiB
JSON

{
"id": "fisher_intro",
"title": "fisher introduction",
"description": "dialog.npc.fisher.intro.description",
"entries": [
{
"id": "start",
"speaker": {
"translate": "dialog.npc.fisher.name",
"color": "white"
},
"text": [
{
"translate": "dialog.npc.fisher.intro.0.line_0"
}
],
"portraits": [
{
"path": "fisher.png",
"position": "INLINE",
"brightness": 1
}
]
},
{
"id": 1,
"speaker": {
"translate": "dialog.npc.fisher.name",
"color": "white"
},
"text": [
{
"translate": "dialog.npc.fisher.intro.0.line_1"
}
],
"portraits": [
{
"path": "fisher.png",
"position": "INLINE",
"brightness": 1
}
]
},
{
"id": "end",
"speaker": {
"translate": "dialog.npc.fisher.name",
"color": "white"
},
"text": [
{
"translate": "dialog.npc.fisher.intro.0.line_2"
}
],
"portraits": [
{
"path": "fisher.png",
"position": "INLINE",
"brightness": 1
}
]
}
]
}