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

55 lines
1.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialUI"
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIMainPage"
},
{
"$type": "RPG.GameCore.ShowUINodes",
"Nodes": [
"AboveDialog/TutorialDialog(Clone)/Bg"
],
"Open": true
},
{
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
"GuideResID": 19,
"GuideTalkIDList": [
90181,
90182,
90183
]
},
{
"$type": "RPG.GameCore.ShowUINodes",
"Nodes": [
"AboveDialog/TutorialDialog(Clone)/Bg"
]
},
{
"$type": "RPG.GameCore.ShowTutorialUIMask",
"NodeID": "RogueSelectBuffPageV2.Buff1",
"PCGuide": {},
"AnimConfig": {
"UseAnim": true,
"TotalTime": 0.25
}
},
{
"$type": "RPG.GameCore.ShowTutorialUI",
"IsHide": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9018
}
]
}
]
}