add first patch
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"id": "banker_intro",
|
||||
"title": "banker introduction",
|
||||
"description": "dialog.npc.banker.intro.description",
|
||||
"entries": [
|
||||
{
|
||||
"id": "start",
|
||||
"speaker": {
|
||||
"translate": "dialog.npc.banker.name",
|
||||
"color": "white"
|
||||
},
|
||||
"text": [
|
||||
{
|
||||
"translate": "dialog.npc.banker.intro.0.line_0"
|
||||
}
|
||||
],
|
||||
"portraits": [
|
||||
{
|
||||
"path": "banker.png",
|
||||
"position": "INLINE",
|
||||
"brightness": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"speaker": {
|
||||
"translate": "dialog.npc.banker.name",
|
||||
"color": "white"
|
||||
},
|
||||
"text": [
|
||||
{
|
||||
"translate": "dialog.npc.banker.intro.0.line_1"
|
||||
}
|
||||
],
|
||||
"portraits": [
|
||||
{
|
||||
"path": "banker.png",
|
||||
"position": "INLINE",
|
||||
"brightness": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"speaker": {
|
||||
"translate": "dialog.npc.banker.name",
|
||||
"color": "white"
|
||||
},
|
||||
"text": [
|
||||
{
|
||||
"translate": "dialog.npc.banker.intro.0.line_2"
|
||||
}
|
||||
],
|
||||
"portraits": [
|
||||
{
|
||||
"path": "banker.png",
|
||||
"position": "INLINE",
|
||||
"brightness": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "end",
|
||||
"speaker": {
|
||||
"translate": "dialog.npc.banker.name",
|
||||
"color": "white"
|
||||
},
|
||||
"text": [
|
||||
{
|
||||
"translate": "dialog.npc.banker.intro.0.line_3"
|
||||
}
|
||||
],
|
||||
"portraits": [
|
||||
{
|
||||
"path": "banker.png",
|
||||
"position": "INLINE",
|
||||
"brightness": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user