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

58 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "SpaceZooPinItem"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooPinItem"
],
"GuideTextType": "Talk",
"GuideText": "961302",
"GuideTalkID": 962706
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "SpaceZooMainPageSelect",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"SpaceZooMainPageSelect"
],
"GuideTextType": "Talk",
"GuideTalkID": 962707,
"OverrideActionName": "Menu_Confirm"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9631
}
]
}
]
}