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

57 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "CommonCenterTalk",
"GuideTalkID": 550301,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingAbilitySelectDialog"
},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8161,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"GuideTextType": "CommonCenterTalk",
"GuideTalkID": 550302,
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingAbilitySelectDialog"
}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5503
}
]
}
]
}