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

51 lines
1.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "Travel1.Action"
}
],
"NodeIDList": [],
"GuideTextType": "CommonCenterTalk",
"GuideTalkID": 545801,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingPage"
},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "Travel1.Action"
}
],
"NodeIDList": [
"Travel3.Action"
],
"GuideTextType": "Talk",
"GuideTalkID": 545802,
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5501
}
]
}
]
}