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

45 lines
1.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PauseGame",
"Pause": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"ExpBtn"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_514001",
"GuideTalkID": 538801,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "Left",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"OffsetX": -80
},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.PauseGame"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5388
}
]
}
]
}