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

64 lines
1.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"ResetBtn"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_514001",
"GuideTalkID": 539501,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "Up",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"OffsetX": 110,
"OffsetY": -250
},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"ResetBtn"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_514001",
"GuideTalkID": 539502,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "Up",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"OffsetX": 110,
"OffsetY": -250
},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5395
}
]
}
]
}