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

34 lines
805 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"GuideTextType": "CommonCenterTalk",
"GuideTalkID": 550501,
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingAbilitySelectDialog"
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8163,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5505
}
]
}
]
}