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

45 lines
1009 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.LockBattleOperation",
"OperationWhiteList": []
},
{
"$type": "RPG.GameCore.ShowTutorialUI"
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "LockController",
"Param": "1"
},
{
"$type": "RPG.GameCore.WaitTurnCount",
"TaskList": []
},
{
"$type": "RPG.GameCore.TutorialTaskUnlock",
"TriggerParam": {
"Value": "8073"
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8073,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.LockBattleOperation",
"IsLock": false,
"OperationWhiteList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5090
}
]
}
]
}