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

61 lines
1.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "RogueMagicSelectScepterPage"
},
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "RogueMagicScepterDetailPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"MazeMainPage.3"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 907201,
"CustomTextDirection": "LeftDown",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"MazeMainPage.3"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 907202,
"CustomTextDirection": "LeftDown",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9072
}
]
}
]
}