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

57 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueNous.AeonStoryYD1"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ActionPress"
}
],
"NodeIDList": [
"RogueNous.AeonStoryYD1"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "RogueTalk",
"GuideTalkID": 983079,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ActionPress"
}
],
"NodeIDList": [
"RogueNous.AeonStoryYD1"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "RogueTalk",
"GuideTalkID": 983080,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9321
}
]
}
]
}