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

43 lines
1015 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "LockController",
"Param": "1"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "BtnChronicle",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"BtnChronicle"
],
"IsAutoMatchGuideHintType": false,
"GuideHintType": "ClickRect",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402301",
"CustomTextDirection": "RightUp",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4023
}
]
}
]
}