turnbasedgamedata/Config/Level/Tutorial/Tutorial_4011.json
2025-02-24 07:50:34 -03:00

34 lines
679 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialUI"
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIMainPage"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.TutorialTaskUnlock",
"TriggerParam": {
"Value": "4011"
}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4011
}
]
}
]
}