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

131 lines
3.9 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "TopCenterTip",
"GuideText": "TutorialTextmap_555001",
"GuideHintShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SecondWorldRaidCollectionMainPage"
}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SecondWorldRaidCollectionTab2A.CommonTabItem.1"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_555002",
"GuideHintShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "SecondWorldRaidCollectionMainPage.BtnSecondWorldRaidCollection1",
"ProtectTime": 0
}
],
"NodeIDList": [
"SecondWorldRaidCollectionMainPage.BtnSecondWorldRaidCollection1"
],
"IsAutoMatchGuideHintType": false,
"GuideHintType": "ClickRect",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_555003",
"CustomTextDirection": "Right",
"GuideHintShowConfig": {
"UseCustomConfig": true,
"ScaleX": 1.2,
"ScaleY": 1.2
},
"GuideTextShowConfig": {
"UseCustomConfig": true,
"OffsetX": 200
},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "FarmLevelUnlockDialog"
},
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "FarmLevelUnlockDialog"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SecondWorldRaidCollectionDetailDialog.ChallengeEnvBuffPanel"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_555004",
"GuideHintShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "SecondWorldRaidCollectionDetailDialog.BtnChallenge",
"ProtectTime": 0
}
],
"NodeIDList": [
"SecondWorldRaidCollectionDetailDialog.BtnChallenge"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_555005",
"GuideHintShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5550
}
]
}
]
}