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

48 lines
1.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RogueSelectMainPage"
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueSelectMainPage.DLCList.ChessRogue"
},
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "RogueDLCEntranceLockDialog"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RogueSelectMainPage.DLCList.ChessRogue",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"RogueSelectMainPage.DLCList.ChessRogue"
],
"GuideHintType": "ClickRect",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_904802",
"GuideTalkID": 962903,
"CustomTextDirection": "Left",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9053
}
]
}
]
}