2024-10-21 03:16:22 -03:00

49 lines
1.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.LockBattleOperation",
"OperationWhiteList": []
},
{
"$type": "RPG.GameCore.TutorialForbidAutoBattle",
"IsForbid": true
},
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Stage_InfoDetailPage_Start"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.3
}
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8070,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.LockBattleOperation",
"IsLock": false,
"OperationWhiteList": []
},
{
"$type": "RPG.GameCore.TutorialForbidAutoBattle"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5064
}
]
}
]
}