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

50 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 3214,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.ParallelCompleteConfig",
"TaskList": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 5
},
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "MazeMainPage.BtnStoryLineSwitch",
"ProtectTime": 0.2
}
]
}
],
"NodeIDList": [
"MazeMainPage.BtnStoryLineSwitch"
],
"IsAutoMatchGuideHintType": false,
"GuideHintType": "NormalRect",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_403001",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4030
}
]
}
]
}