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

60 lines
1.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "MobilePhonePage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "PhoneAppIconItem.1100"
}
],
"NodeIDList": [
"PhoneAppIconItem.1100"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_403801"
},
{
"$type": "RPG.GameCore.TutorialClickBtn",
"NodeID": "TabPage.SocialSettingPanel"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "TopCenterTip",
"GuideText": "TutorialTextmap_403802",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SettingsPage"
},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4039
}
]
}
]
}