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

56 lines
1.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialUI"
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RogueRandomEvtPage"
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueRelicDialog.Info",
"Reverse": true
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 201,
"GuideResID": 11,
"NodeID": "RogueRandomTalkSelection.1510",
"Show": true,
"CopyAnchorAndSale": true,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
"GuideResID": 18,
"GuideTalkIDList": [
90421,
90422
],
"NodeID": "RogueRandomTalkSelection.1510",
"OffsetX": -20,
"OffsetY": -50
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 201,
"GuideResID": 11,
"NodeID": "RogueRandomTalkSelection.1510",
"CopyAnchorAndSale": true,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9051
}
]
}
]
}