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

122 lines
3.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "HandbookPage"
},
{
"$type": "RPG.GameCore.CheckUIMode",
"OnMobile": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "NewDailyMissionPage.HandbookDailyBattleCollege"
}
],
"NodeIDList": [
"NewDailyMissionPage.HandbookDailyBattleCollege"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401601",
"GuideUIContextConfig": {}
}
],
"OnPC": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "NewDailyMissionPage.HandbookDailyBattleCollege"
}
],
"NodeIDList": [
"NewDailyMissionPage.HandbookDailyBattleCollege"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401601",
"GuideUIContextConfig": {}
}
],
"OnController": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
},
{
"$type": "RPG.GameCore.TutorialClickBtn",
"NodeID": "NewDailyMissionPage.HandbookDailyBattleCollege"
}
],
"NodeIDList": [
"NewDailyMissionPage.HandbookDailyBattleCollege"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401601",
"GuideUIContextConfig": {}
}
]
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"GuideTextType": "TopCenterTip",
"GuideText": "TutorialTextmap_401602",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "HandbookPage"
},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "NewDailyMissionPage.TeachPanel.BtnGo.1"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4016
}
],
"NodeIDList": [
"NewDailyMissionPage.TeachPanel.BtnGo.1"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401603",
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "TutorialTextmap_401602"
}
}
]
}
]
}