Files
turnbasedgamedata/Config/Level/Tutorial/Tutorial_8205.json
2025-05-20 21:34:22 -03:00

73 lines
2.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "ParkourMainEntrancePage.Level5"
}
],
"NodeIDList": [
"ParkourMainEntrancePage.Level5"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_820502",
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "ParkourLevelInfoDetailPage.BtnRank"
}
],
"NodeIDList": [
"ParkourLevelInfoDetailPage.BtnRank"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_820503",
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "ParkourLevelInfoDetailPage.BtnRank"
}
],
"NodeIDList": [
"ParkourLevelInfoDetailPage.BtnRank"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_820504",
"CustomTextDirection": "LeftDown",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"UseCustomConfig": true,
"OffsetX": 50,
"OffsetY": 90
},
"GuideUIContextConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}