Files
jgl_sunlit_patch/kubejs/data/dialog/dialogs/witch_intro.json
T
2026-07-31 10:34:32 +09:00

83 lines
1.3 KiB
JSON

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