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

75 lines
2.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RogueSelectMainPage"
},
{
"$type": "RPG.GameCore.ShowRogueSelectMainPageMode"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RogueDLCV2.Switch",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"RogueDLCV2.Switch"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 983029
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueSelectMainPage.DLCList.ChessRogue"
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "MoveScrollView",
"Param": "ChessRogue"
},
{
"$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": "RogueTalk",
"GuideTalkID": 90521,
"CustomTextDirection": "LeftUp",
"GuideHintShowConfig": {
"UseCustomConfig": true,
"OffsetY": -34
},
"GuideTextShowConfig": {
"UseCustomConfig": true,
"OffsetX": -200,
"OffsetY": 20
}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9052
}
]
}
]
}