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

50 lines
1.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "SwordTrainingPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"Target.Panel"
],
"GuideTextType": "Talk",
"GuideTalkID": 546401,
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"TrainingPage.Option1"
],
"GuideTextType": "Talk",
"GuideTalkID": 546402,
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5464
}
]
}
]
}