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

34 lines
710 B
JSON

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