Add example json
This commit is contained in:
父節點
efb4696b06
當前提交
166a7e15f9
共有 1 個文件被更改,包括 39 次插入 和 0 次删除
39
json_example.json
Normal file
39
json_example.json
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
speaker: {
|
||||
id: 5,
|
||||
emotion: "happy"
|
||||
},
|
||||
scene: {
|
||||
id: 2
|
||||
},
|
||||
dialog: {
|
||||
message: "Coucou ${username} !",
|
||||
choices_free: {
|
||||
placeholder: "Écris ton nom",
|
||||
global_var_name: "username",
|
||||
},
|
||||
choices_multiple: [
|
||||
{
|
||||
title: "choix 1",
|
||||
arc: 0,
|
||||
infobox: {
|
||||
title: "coucou !",
|
||||
text: "ça va ?",
|
||||
conditions: [
|
||||
{
|
||||
id: "education",
|
||||
value: 46
|
||||
}
|
||||
],
|
||||
},
|
||||
conditions: [
|
||||
{
|
||||
id: "open_mindeness",
|
||||
value: 90
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
載入中…
Reference in a new issue