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

69 lines
1.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "LockController",
"Param": "1"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RareRewardHintDialog"
},
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "RareRewardHintDialog"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "MazeMainPage.PhoneBtn",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"MazeMainPage.PhoneBtn"
],
"IsAutoMatchGuideHintType": false,
"GuideHintType": "ClickCircle",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401901",
"CustomTextDirection": "RightDown",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "EntryTravelBrochure",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"EntryTravelBrochure"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401902"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4019
}
]
}
]
}