Files
caliverse_server/UGQApiServer.Tests/sample1/QuestDialog[0].json
2025-05-01 07:20:41 +09:00

92 lines
2.7 KiB
JSON

{
"Sequences": [
{
"SequenceId": 0,
"Actions": [
{
"Talker": "Npc",
"Type": 4,
"Talk": {
"Kr": "안녕하세요. 제이름은 아스트라에요",
"En": "Astra",
"Jp": "Astra"
},
"Condition": 0,
"ConditionValue": 0,
"NextSequence": 0
},
{
"Talker": "Npc",
"Type": 4,
"Talk": {
"Kr": "옷 사세요",
"En": "Buy Cloth",
"Jp": "Buy Cloth"
},
"Condition": 0,
"ConditionValue": 0,
"NextSequence": 0
}
]
},
{
"SequenceId": 1,
"Actions": [
{
"Talker": "Npc",
"Type": 4,
"Talk": {
"Kr": "이게 맞나??",
"En": "Astra",
"Jp": "Astra"
},
"Condition": 0,
"ConditionValue": 0,
"NextSequence": 0
},
{
"Talker": "Npc",
"Type": 4,
"Talk": {
"Kr": "옷 사세요",
"En": "Buy Cloth",
"Jp": "Buy Cloth"
},
"Condition": 0,
"ConditionValue": 0,
"NextSequence": 0
}
]
},
{
"SequenceId": 2,
"Actions": [
{
"Talker": "Npc",
"Type": 4,
"Talk": {
"Kr": "시퀀스 아이디 값이 이게 맞나?",
"En": "Astra",
"Jp": "Astra"
},
"Condition": 0,
"ConditionValue": 0,
"NextSequence": 0
},
{
"Talker": "Npc",
"Type": 4,
"Talk": {
"Kr": "옷 사세요",
"En": "Buy Cloth",
"Jp": "Buy Cloth"
},
"Condition": 0,
"ConditionValue": 0,
"NextSequence": -1
}
]
}
]
}