turnbasedgamedata/Config/Level/Tutorial/Tutorial_5114.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.RightLeft"
],
"GuideTextType": "Talk",
"GuideTalkID": 511402
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"ClockBoy.Confirm"
],
"GuideTextType": "Talk",
"GuideTalkID": 511403
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5114
}
]
}
]
}