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

59 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialUI"
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RogueSelectBuffPage"
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueSelectBuffPageV2.Buff2",
"SkipCheck": true
},
{
"$type": "RPG.GameCore.ShowTutorialUIMask",
"NodeID": "RogueSelectBuffPageV2.Buff2",
"Show": true,
"PCGuide": {},
"AnimConfig": {
"UseAnim": true,
"TotalTime": 0.25
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
"GuideResID": 20,
"GuideTalkIDList": [
90011,
90012
],
"NodeID": "RogueSelectBuffPageV2.Buff2",
"OffsetY": -170
},
{
"$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": 9001
}
]
}
]
}