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

95 lines
2.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "GuideDetailDialog"
},
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "GuideDetailDialog"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooMainPagePoint"
],
"GuideTextType": "Talk",
"GuideTalkID": 962201
},
{
"$type": "RPG.GameCore.CheckUIMode",
"OnMobile": [],
"OnPC": [],
"OnController": [
{
"$type": "RPG.GameCore.SetNavigationTarget",
"NodeID": "SpaceZooMainPageSelect"
}
]
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "SpaceZooMainPageSelect"
}
],
"NodeIDList": [
"SpaceZooMainPageSelect"
],
"GuideTextType": "Talk",
"GuideTalkID": 962202,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "Up"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "SpaceZooChoosePanelList",
"Reverse": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "SpaceZooStart",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"SpaceZooStart"
],
"GuideTextType": "Talk",
"GuideTalkID": 962203
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9622
}
]
}
]
}