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

30 lines
718 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"MiniGameSpaceMainTab2A.CommonTabItem.2"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_970201",
"GuideHintShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5141
}
]
}
]
}