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

48 lines
1.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "EvolveBuildTutorialPage"
},
{
"$type": "RPG.GameCore.ShowGuideEvolveTalk",
"TalkIDList": [
535001,
535002,
535003
]
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "EnterStageBtn",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"EnterStageBtn"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_535004",
"GuideTalkID": 535004,
"CustomTextDirection": "Left",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5350
}
]
}
]
}