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

94 lines
2.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialUI"
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RogueSelectBuffPage"
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueSelectBuffPageV2.Buff2",
"SkipCheck": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RogueSelectBuffPageV2.BtnConfirm",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"RogueSelectBuffPageV2.Buff2"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "RogueTalk",
"GuideTalkID": 90031,
"CustomTextDirection": "RightDown",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RogueSelectBuffPageV2.BtnConfirm",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"RogueSelectBuffPageV2.Buff2"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "RogueTalk",
"GuideTalkID": 90032,
"CustomTextDirection": "RightDown",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueSelectBuffPageV2.Buff1",
"SkipCheck": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"RogueSelectBuffPageV2.Buff1"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "RogueTalk",
"GuideTalkID": 90033,
"CustomTextDirection": "RightDown",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.ShowTutorialUI",
"IsHide": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9003
}
]
}
]
}