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

113 lines
3.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "RogueRandomEvtPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"RogueMagicMazeLeftUPPanel.RogueMagicMazeWeaponItem1"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 907701,
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.TutorialClickBtn",
"NodeID": "RogueMagicMazeLeftUPPanel.RogueBagBtn"
},
{
"$type": "RPG.GameCore.CheckIsMagicRogueAutoDressOpen",
"OnOpen": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "RogueMagicInventoryPage.TogSwitchAuto",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"RogueMagicInventoryPage.TogSwitchAuto"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 907704,
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"GuideTextType": "RogueCenterTalk",
"GuideTalkID": 907703,
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "RogueMagicInventoryDialog"
}
},
{
"$type": "RPG.GameCore.TutorialClose"
}
],
"OnClose": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RogueMagicInventoryPage.TogSwitchAuto",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"RogueMagicInventoryPage.TogSwitchAuto"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 907702,
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"GuideTextType": "RogueCenterTalk",
"GuideTalkID": 907703,
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "RogueMagicInventoryDialog"
}
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}
]
}