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

45 lines
1.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.4
}
],
"NodeIDList": [
"Clockboy.Lock"
],
"GuideTextType": "Talk",
"GuideTalkID": 511601
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.4
}
],
"NodeIDList": [
"Clockboy.LockItem"
],
"GuideTextType": "Talk",
"GuideTalkID": 511602
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5116
}
]
}
]
}