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

33 lines
679 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1.6
}
}
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8162
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5454
}
]
}
]
}