turnbasedgamedata/Config/Level/Tutorial/Tutorial_4017.json
2025-02-24 07:50:34 -03:00

94 lines
2.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "TravelBrochureDirectoryPage"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "BtnChapter.3",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"BtnChapter.3"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401705",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "maininfo.optionpanel"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 1
}
}
}
],
"NodeIDList": [
"maininfo.introduction"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401702",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Tutorial_4017_Click_Option"
}
}
],
"NodeIDList": [
"TutorialChoiceArea"
],
"IsAutoMatchGuideHintType": false,
"GuideHintType": "NormalRect",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401701",
"EnableNavigation": true,
"EnableSubmit": true,
"EnableClickInHintArea": true,
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4017
}
]
}
]
}