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

99 lines
2.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RogueSelectMainPage"
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "MoveScrollView",
"Param": "RogueEndless"
},
{
"$type": "RPG.GameCore.WaitFrame",
"WaitFrameCount": 2
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "PlanetEndless"
},
{
"$type": "RPG.GameCore.BlockInputController",
"Enable": true,
"ActionNameList": []
},
{
"$type": "RPG.GameCore.BlockSubmitEvents"
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 202,
"GuideResID": 1,
"NodeID": "PlanetEndless",
"Show": true,
"OffsetY": -25,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideTalk",
"ID": 301,
"Show": true,
"GuideResID": 17,
"GuideTalkID": 983001,
"GuideTalkIDPC": 983001,
"GuideTalkIDController": 983001,
"ActionName": "Menu_Confirm",
"ActionNameController": "Menu_Confirm",
"NodeID": "PlanetEndless",
"OffsetX": -60,
"OffsetY": 40
},
{
"$type": "RPG.GameCore.ShowTutorialMask",
"NodeIDList": [
"PlanetEndless"
],
"Show": true,
"BlockClick": true,
"Type": 1,
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.CheckUIMode",
"OnController": [
{
"$type": "RPG.GameCore.SetNavigationTarget",
"NodeID": "PlanetEndless"
}
]
},
{
"$type": "RPG.GameCore.BlockSubmitEvents",
"Enable": true
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ClickBtnWithPath",
"Param": "PlanetEndless"
},
{
"$type": "RPG.GameCore.ClearTutorialGuide",
"ReleaseAllLock": true
},
{
"$type": "RPG.GameCore.BlockInputController",
"ActionNameList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9201
}
]
}
]
}