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

30 lines
623 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Stage2_BuffA_Tutorial"
}
},
{
"$type": "RPG.GameCore.TutorialTaskUnlock",
"TriggerParam": {
"Value": "8103"
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8103,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5196
}
]
}
]
}