Files
turnbasedgamedata/Config/Level/Rogue/RogueDialogue/Event0423402/Act0423402.json
2025-02-24 07:50:34 -03:00

91 lines
2.1 KiB
JSON

{
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowRogueTalkUI",
"Show": true
},
{
"$type": "RPG.GameCore.ShowRogueTalkBg",
"TalkBgID": 423402
},
{
"$type": "RPG.GameCore.PlayAndWaitRogueSimpleTalk",
"SimpleTalkList": [
{
"TalkSentenceID": 403816510
},
{
"TalkSentenceID": 403816511
},
{
"TalkSentenceID": 403816512
},
{
"TalkSentenceID": 403816513
}
]
},
{
"$type": "RPG.GameCore.PlayRogueOptionTalk",
"OptionList": [
{
"RogueOptionID": 423403,
"OptionTextmapID": {
"Hash": 4105523472645114452
},
"OptionIconType": "ChatContinueIcon",
"TriggerCustomString": "ALL_TALK_END"
},
{
"RogueOptionID": 423404,
"OptionTextmapID": {
"Hash": 15216293717026026614
},
"OptionIconType": "ChatContinueIcon",
"TriggerCustomString": "ALL_TALK_END"
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "triggerOpt_403816514"
}
},
{
"$type": "RPG.GameCore.PlayAndWaitRogueSimpleTalk",
"SimpleTalkList": [
{
"TalkSentenceID": 403816514
}
]
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "ALL_TALK_END"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ALL_TALK_END"
}
},
{
"$type": "RPG.GameCore.FinishLevelGraph"
}
]
}
]
}