turnbasedgamedata/Config/Level/Tutorial/Tutorial_5091.json
2024-10-21 03:16:22 -03:00

39 lines
849 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetLuaActionQueuePause"
},
{
"$type": "RPG.GameCore.ShowTutorialUI"
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "LockController",
"Param": "1"
},
{
"$type": "RPG.GameCore.TutorialTaskUnlock",
"TriggerParam": {
"Value": "8074"
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8074,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.SetLuaActionQueuePause",
"IsPause": false
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5091
}
]
}
]
}