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

34 lines
898 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "QuestOverviewDialog.Switch"
}
],
"NodeIDList": [
"QuestOverviewDialog.Switch"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401202",
"GuideTextPC": "TutorialTextmap_401202",
"GuideTextController": "TutorialTextmap_401202_ctr",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4012
}
]
}
]
}