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

146 lines
4.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "SpaceZooBagContent"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooBagContent"
],
"GuideTextType": "Talk",
"GuideTalkID": 962101
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooBagHat"
],
"GuideTextType": "Talk",
"GuideTalkID": 962102,
"CustomTextDirection": "Down"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooBagBody"
],
"GuideTextType": "Talk",
"GuideTalkID": 962103,
"CustomTextDirection": "Up"
},
{
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
"GuideResID": 23,
"GuideTalkIDList": [
962104
],
"NodeID": "SpaceZooBagLeft",
"OffsetY": 80
},
{
"$type": "RPG.GameCore.CheckUIMode",
"OnMobile": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "SpaceZooBagClose",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"SpaceZooBagClose"
],
"GuideTextType": "Talk",
"GuideTalkID": 962105,
"CustomTextDirection": "LeftDown",
"GuideHintShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9621
}
],
"OnPC": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "SpaceZooBagClose",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"SpaceZooBagClose"
],
"GuideTextType": "Talk",
"GuideTalkID": 962105,
"CustomTextDirection": "LeftDown",
"GuideHintShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9621
}
],
"OnController": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ActionPress",
"Param": "Menu_Cancel",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"SpaceZooBagClose"
],
"GuideTextType": "Talk",
"GuideTalkID": 962105,
"CustomTextDirection": "LeftDown",
"GuideHintShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9621
}
]
}
]
}
]
}