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

118 lines
3.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "SpaceZooChoosePanel"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "GuideDetailDialog"
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "SpaceZooChoosePanel"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooChoosePanel"
],
"GuideTextType": "Talk",
"GuideTalkID": 962301
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooPinItem"
],
"GuideTextType": "Talk",
"GuideTalkID": 962302
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooResolutionPoint"
],
"GuideTextType": "Talk",
"GuideTalkID": 962303
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooResolutionPoint"
],
"GuideTextType": "Talk",
"GuideTalkID": 962304
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "SpaceZooStart",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"SpaceZooStart"
],
"GuideTextType": "Talk",
"GuideTalkID": 962305
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9623
}
]
}
]
}