turnbasedgamedata/Config/Level/Tutorial/Tutorial_9022.json
2025-02-24 07:50:34 -03:00

117 lines
2.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "LockController",
"Param": "1"
},
{
"$type": "RPG.GameCore.BlockInputController",
"Enable": true,
"ActionNameList": []
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RogueSelectMainPage"
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "BlockClick",
"Param": "1"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueMainPage.Shop"
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "BlockClick",
"Param": "0"
},
{
"$type": "RPG.GameCore.ShowTutorialUIMask",
"NodeID": "RogueMainPage.Shop",
"Show": true,
"Type": 1,
"PCGuide": {},
"AnimConfig": {
"UseAnim": true,
"TotalTime": 0.25
}
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 901,
"GuideResID": 10,
"NodeID": "RogueMainPage.Shop",
"Show": true,
"CopyAnchorAndSale": true,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.BlockInputController",
"ActionNameList": []
},
{
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
"GuideResID": 20,
"GuideTalkIDList": [
90088
],
"NodeID": "RogueMainPage.Shop",
"OffsetX": 100,
"OffsetY": -70
},
{
"$type": "RPG.GameCore.ShowTutorialUIMask",
"NodeID": "RogueMainPage.Shop",
"Type": 1,
"PCGuide": {},
"AnimConfig": {
"UseAnim": true,
"TotalTime": 0.25
}
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 901,
"GuideResID": 10,
"NodeID": "RogueMainPage.Shop",
"CopyAnchorAndSale": true,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.ShowTutorialUI",
"AssociatedUIName": "RogueSelectMainPage"
},
{
"$type": "RPG.GameCore.ShowTutorialUI",
"IsHide": true
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "LockController",
"Param": "0"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9022
}
]
}
]
}