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

92 lines
2.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RogueSelectBuffPage"
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "BuffContent.AtlasMark"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 201,
"GuideResID": 10,
"NodeID": "BuffContent.AtlasMark",
"Show": true,
"CopyAnchorAndSale": true,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.ShowTutorialUIMask",
"NodeID": "BuffContent.AtlasMark",
"Show": true,
"PCGuide": {},
"AnimConfig": {
"UseAnim": true,
"TotalTime": 0.25
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
"GuideResID": 18,
"GuideTalkIDList": [
90241
],
"NodeID": "BuffContent.AtlasMark",
"OffsetX": -50,
"Follow": true
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 201,
"GuideResID": 10,
"NodeID": "BuffContent.AtlasMark",
"CopyAnchorAndSale": true,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
"GuideResID": 18,
"GuideTalkIDList": [
90242
],
"NodeID": "BuffContent.AtlasMark",
"OffsetX": -50,
"Follow": true
},
{
"$type": "RPG.GameCore.ShowTutorialUIMask",
"NodeID": "BuffContent.AtlasMark",
"PCGuide": {},
"AnimConfig": {
"UseAnim": true,
"TotalTime": 0.25
}
},
{
"$type": "RPG.GameCore.ShowTutorialUI"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9024
}
]
}
]
}