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

59 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "EvolveBuildMainPage",
"OnSuccessImmediate": []
},
{
"$type": "RPG.GameCore.ShowGuideEvolveTalk",
"TalkIDList": [
540004,
540001,
540002,
540003,
540006
]
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8140,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "EnterStageOne",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"EnterStageOne"
],
"GuideHintType": "ClickRect",
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_535004",
"GuideTalkID": 540005,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "Right",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5400
}
]
}
]
}