Files
FireflyGo_Resources/Config/Level/Mission/8002100/Mission_800210006.json
2025-08-26 17:57:41 +07:00

58 lines
1.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Talk_800210006"
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_800210006"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialUI",
"ForceShowDialog": true
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "MazeMainPage.MazeEventBtn",
"SkipCheck": true
},
{
"$type": "RPG.GameCore.ShowGuideText",
"ID": 1,
"GuideResID": 5,
"Show": true,
"Text": "TutorialTextmap_503801",
"PCGuide": {}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 3
}
}
},
{
"$type": "RPG.GameCore.ShowGuideText",
"ID": 1,
"GuideResID": 5,
"Text": "TutorialTextmap_503802",
"PCGuide": {}
}
]
}
],
"Type": "Mission"
}