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

31 lines
741 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "RelicSellPage.SwitchPanel",
"ProtectTime": 0
}
],
"NodeIDList": [
"RelicSellPage.SwitchPanel"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402201",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4022
}
]
}
]
}