Files
2025-11-11 07:21:48 +07:00

979 lines
37 KiB
JSON

{
"$type": "miHoYo.HYG.Tutorial.TutorialGraph, Assembly-CSharp",
"id": 93,
"name": "友邻引导-入口",
"desc": null,
"type": 1,
"sortIndex": 64,
"triggerType": 1,
"trackingPoint": 0,
"forceQuitProcess": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialForceQuitProcessBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.TutorialForceQuitReturnTrigger, Assembly-CSharp"
}
]
},
"skipProcess": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialForceQuitProcessBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.TutorialForceQuitSaveTutorial, Assembly-CSharp"
}
]
},
"dynamicUIKey": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.Config.GraphDynamicUIKeyBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"triggerFilter": {
"$type": "miHoYo.HYG.Tutorial.TutorialTriggerFilter, Assembly-CSharp",
"sceneFilter": {
"$type": "miHoYo.HYG.Tutorial.TutorialSceneFilterByType, Assembly-CSharp",
"sceneType": 2
},
"netFilter": {
"$type": "miHoYo.HYG.Tutorial.TutorialTriggerOfflineFilter, Assembly-CSharp"
},
"taskFilter": {
"$type": "miHoYo.HYG.Tutorial.TutorialTaskFilterById_And, Assembly-CSharp",
"tasks": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialTaskFilterData, Assembly-CSharp]], mscorlib",
"$values": []
}
}
},
"finishConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"globalFinishConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"finishProcesses": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialForceQuitProcessBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.TutorialForceQuitSaveTutorial, Assembly-CSharp"
}
]
},
"NewNodesPlaceholder": {
"$type": "miHoYo.HYG.Tutorial.CfgTutorialNodeBase[], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.CfgTutorialTrigger, Assembly-CSharp",
"triggerConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialQueryIsInPerformance, Assembly-CSharp"
}
},
{
"$type": "miHoYo.HYG.Tutorial.TutorialQueryPage, Assembly-CSharp",
"pageHash": 2788530902,
"checkAnimation": false
},
{
"$type": "miHoYo.HYG.Tutorial.TutorialQueryTask, Assembly-CSharp",
"taskId": 4286,
"state": 2
}
]
},
"_output": 8,
"index": 0,
"parentIndex": -1,
"Guid": "288c9ddd-32ea-43a6-949e-71a0932a3273"
},
{
"$type": "miHoYo.HYG.Tutorial.CfgTutorialControlMode, Assembly-CSharp",
"_keymouse": 2,
"_gamepad": -1,
"_touch": 4,
"index": 1,
"parentIndex": 8,
"Guid": "05591559-e2bd-4226-9768-c9faea7f8809"
},
{
"$type": "miHoYo.HYG.Tutorial.CfgWeakTutorial, Assembly-CSharp",
"data": {
"$type": "miHoYo.HYG.Tutorial.WeakTutorialData, Assembly-CSharp",
"showCompeteAni": false,
"type": 2,
"tip": {
"$type": "miHoYo.HYG.Localization.TextMapContent, Assembly-CSharp",
"effects": null,
"textId": "Star_Friends_01"
},
"gestureData": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialShortcutDataBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.TutorialTipKeyMouseShortcut, Assembly-CSharp",
"key": 6
}
]
},
"shortcutCondition": {
"$type": "miHoYo.HYG.Tutorial.TutorialTipShortcutAnimationCondition, Assembly-CSharp",
"conditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"lockInputWhenEnd": false,
"showWeakFocus": false,
"weakFocus": null,
"showTracking": false,
"removeTrackingWhenNodeEnd": false,
"trackingData": {
"$type": "miHoYo.HYG.Tutorial.TutorialTrackingData, Assembly-CSharp",
"hash": 1704779156,
"taskTrackingTargetType": 2,
"npcCfgIds": {
"$type": "System.Collections.Generic.List`1[[System.UInt32, mscorlib]], mscorlib",
"$values": []
},
"taskTrackingLocationInfo": {
"$type": "miHoYo.HYG.Tutorial.TutorialTrackingLocationInfo, Assembly-CSharp",
"sceneRule": {
"$type": "miHoYo.HYG.AI.SelectSceneByType, Assembly-CSharp",
"sceneType": 0,
"ignoreSceneInstanceId": true
},
"taskTrackingLocationType": 3,
"posInfos": {
"$type": "System.Collections.Generic.List`1[[TrackPosInfo, Assembly-CSharp]], mscorlib",
"$values": []
},
"rangeTargetInfos": {
"$type": "System.Collections.Generic.List`1[[RangeTargetInfo, Assembly-CSharp]], mscorlib",
"$values": []
},
"tagOrConfigIds": {
"$type": "System.Collections.Generic.List`1[[TagOrConfigIdInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"editorGuids": {
"$type": "System.Collections.Generic.List`1[[EditorGuidInfo, Assembly-CSharp]], mscorlib",
"$values": []
},
"galaxyTrackingInfo": {
"$type": "GalaxyTrackingInfo, Assembly-CSharp",
"isEnableMultiGalaxy": false,
"defGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "ConfigIdInfo, Assembly-CSharp",
"configId": 10093,
"isCheckInteractionTags": true,
"configVarContext": null
}
]
}
},
"hexiaGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"taffehGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"pashahGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"norvanyaGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
}
}
}
}
},
"showGraphic": false,
"graphicalData": null,
"showErrorTip": false,
"errorTipData": {
"$type": "miHoYo.HYG.Tutorial.ErrorTipData, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialErrorTipCondition, Assembly-CSharp",
"triggerConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"stateConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"content": null,
"duration": 1.0
},
"usePenetrate": false,
"penetrateActions": null,
"allUILayerUpData": null
},
"_output": 3,
"FinishConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.OrCondition, Assembly-CSharp",
"conditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.TutorialLookStarFieldButtonShowStateCondition, Assembly-CSharp"
},
{
"$type": "miHoYo.HYG.Tutorial.TimeElapsedCondition, Assembly-CSharp",
"timeInSeconds": 10.0
}
]
}
}
]
},
"FailedCondition": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialQueryPage, Assembly-CSharp",
"pageHash": 2788530902,
"checkAnimation": false
}
}
]
},
"forceQuitProcess": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialForceQuitProcessBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"index": 2,
"parentIndex": 1,
"Guid": "7f8bfe55-706f-4056-8846-955d9a1428bb"
},
{
"$type": "miHoYo.HYG.Tutorial.CfgTutorialSetComplete, Assembly-CSharp",
"_output": -1,
"index": 3,
"parentIndex": 4,
"Guid": "01d6ca1b-9e79-46d3-845a-4cbb303347d1"
},
{
"$type": "miHoYo.HYG.Tutorial.CfgWeakTutorial, Assembly-CSharp",
"data": {
"$type": "miHoYo.HYG.Tutorial.WeakTutorialData, Assembly-CSharp",
"showCompeteAni": false,
"type": 2,
"tip": {
"$type": "miHoYo.HYG.Localization.TextMapContent, Assembly-CSharp",
"effects": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Localization.TextMapContentEffect, Assembly-CSharp]], mscorlib",
"$values": []
},
"textId": "Star_Friends_01"
},
"gestureData": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialShortcutDataBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"shortcutCondition": {
"$type": "miHoYo.HYG.Tutorial.TutorialTipShortcutAnimationCondition, Assembly-CSharp",
"conditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"lockInputWhenEnd": false,
"showWeakFocus": false,
"weakFocus": {
"$type": "miHoYo.HYG.Tutorial.TutorialTipWeakFocus, Assembly-CSharp",
"showTip": false,
"tip": {
"$type": "miHoYo.HYG.Localization.TextMapContent, Assembly-CSharp",
"effects": null,
"textId": null
},
"dir": 0,
"tutorialKey": 0,
"framePosOffset": {
"x": 0.0,
"y": 0.0
},
"frameSizeOffset": {
"x": 0.0,
"y": 0.0
},
"checkFocusStable": false,
"focusStableData": {
"$type": "miHoYo.HYG.Tutorial.FocusStableData, Assembly-CSharp",
"stableNeedFrameCount": 1,
"checkPosition": true,
"positionMinDiff": -1.0,
"checkScale": false,
"scaleMinDiff": -1.0,
"checkRotation": false,
"rotationMinDiff": -1.0
},
"isShowGesture": true,
"gesture": {
"$type": "miHoYo.HYG.Tutorial.TutorialGesture, Assembly-CSharp",
"tutorialKey": 1667240665,
"useBigFinger": true,
"flipFinger": false,
"type": 2,
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
}
},
"showTracking": true,
"removeTrackingWhenNodeEnd": false,
"trackingData": {
"$type": "miHoYo.HYG.Tutorial.TutorialTrackingData, Assembly-CSharp",
"hash": 647712032,
"taskTrackingTargetType": 2,
"npcCfgIds": {
"$type": "System.Collections.Generic.List`1[[System.UInt32, mscorlib]], mscorlib",
"$values": []
},
"taskTrackingLocationInfo": {
"$type": "miHoYo.HYG.Tutorial.TutorialTrackingLocationInfo, Assembly-CSharp",
"sceneRule": {
"$type": "miHoYo.HYG.AI.SelectSceneByType, Assembly-CSharp",
"sceneType": 0,
"ignoreSceneInstanceId": false
},
"taskTrackingLocationType": 3,
"posInfos": {
"$type": "System.Collections.Generic.List`1[[TrackPosInfo, Assembly-CSharp]], mscorlib",
"$values": []
},
"rangeTargetInfos": {
"$type": "System.Collections.Generic.List`1[[RangeTargetInfo, Assembly-CSharp]], mscorlib",
"$values": []
},
"tagOrConfigIds": {
"$type": "System.Collections.Generic.List`1[[TagOrConfigIdInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"editorGuids": {
"$type": "System.Collections.Generic.List`1[[EditorGuidInfo, Assembly-CSharp]], mscorlib",
"$values": []
},
"galaxyTrackingInfo": {
"$type": "GalaxyTrackingInfo, Assembly-CSharp",
"isEnableMultiGalaxy": true,
"defGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "ConfigIdInfo, Assembly-CSharp",
"configId": 10094,
"isCheckInteractionTags": false,
"configVarContext": null
}
]
}
},
"hexiaGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"taffehGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"pashahGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"norvanyaGalaxyInfo": {
"$type": "TrackingInfoGroup, Assembly-CSharp",
"trackingLocationType": 3,
"infos": {
"$type": "System.Collections.Generic.List`1[[TrackingInfoBase, Assembly-CSharp]], mscorlib",
"$values": []
}
}
}
}
},
"showGraphic": false,
"graphicalData": {
"$type": "miHoYo.HYG.Tutorial.GraphicalTutorialData, Assembly-CSharp",
"showCompeteAni": false,
"steps": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.GraphicalTutorialStepData, Assembly-CSharp]], mscorlib",
"$values": []
},
"completeCountdown": 3.0
},
"showErrorTip": false,
"errorTipData": {
"$type": "miHoYo.HYG.Tutorial.ErrorTipData, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialErrorTipCondition, Assembly-CSharp",
"triggerConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"stateConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"content": null,
"duration": 1.0
},
"usePenetrate": false,
"penetrateActions": null,
"allUILayerUpData": null
},
"_output": 3,
"FinishConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.OrCondition, Assembly-CSharp",
"conditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.TutorialLookStarFieldButtonShowStateCondition, Assembly-CSharp"
},
{
"$type": "miHoYo.HYG.Tutorial.TimeElapsedCondition, Assembly-CSharp",
"timeInSeconds": 10.0
}
]
}
}
]
},
"FailedCondition": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialQueryPage, Assembly-CSharp",
"pageHash": 2788530902,
"checkAnimation": false
}
}
]
},
"forceQuitProcess": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialForceQuitProcessBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"index": 4,
"parentIndex": 1,
"Guid": "f0798d8c-00b8-4089-b729-17158cb2b981"
},
{
"$type": "miHoYo.HYG.Tutorial.CfgWeakTutorial, Assembly-CSharp",
"data": {
"$type": "miHoYo.HYG.Tutorial.WeakTutorialData, Assembly-CSharp",
"showCompeteAni": false,
"type": 2,
"tip": {
"$type": "miHoYo.HYG.Localization.TextMapContent, Assembly-CSharp",
"effects": null,
"textId": "Star_Friends_03"
},
"gestureData": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialShortcutDataBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"shortcutCondition": {
"$type": "miHoYo.HYG.Tutorial.TutorialTipShortcutAnimationCondition, Assembly-CSharp",
"conditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"lockInputWhenEnd": false,
"showWeakFocus": false,
"weakFocus": null,
"showTracking": false,
"removeTrackingWhenNodeEnd": false,
"trackingData": null,
"showGraphic": false,
"graphicalData": null,
"showErrorTip": false,
"errorTipData": {
"$type": "miHoYo.HYG.Tutorial.ErrorTipData, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialErrorTipCondition, Assembly-CSharp",
"triggerConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"stateConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"content": null,
"duration": 1.0
},
"usePenetrate": false,
"penetrateActions": null,
"allUILayerUpData": null
},
"_output": -1,
"FinishConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.TutorialStarFriendInfoPageOpenedStateCondition, Assembly-CSharp"
}
]
},
"FailedCondition": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicAnd, Assembly-CSharp",
"conditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialFriendPlanetOverheadCondition, Assembly-CSharp"
}
},
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialLookStarFieldButtonShowQueryCondition, Assembly-CSharp"
}
}
]
}
},
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialQueryPage, Assembly-CSharp",
"pageHash": 2788530902,
"checkAnimation": false
}
}
]
},
"forceQuitProcess": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialForceQuitProcessBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"index": 5,
"parentIndex": -1,
"Guid": "99a10598-83a3-4b7c-aa3d-3f8dc1b8e5b7"
},
{
"$type": "miHoYo.HYG.Tutorial.CfgWeakTutorial, Assembly-CSharp",
"data": {
"$type": "miHoYo.HYG.Tutorial.WeakTutorialData, Assembly-CSharp",
"showCompeteAni": false,
"type": 2,
"tip": {
"$type": "miHoYo.HYG.Localization.TextMapContent, Assembly-CSharp",
"effects": null,
"textId": "Star_Friends_02_phone"
},
"gestureData": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialShortcutDataBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.TutorialTipKeyMouseShortcut, Assembly-CSharp",
"key": 121
}
]
},
"shortcutCondition": {
"$type": "miHoYo.HYG.Tutorial.TutorialTipShortcutAnimationCondition, Assembly-CSharp",
"conditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"lockInputWhenEnd": false,
"showWeakFocus": false,
"weakFocus": null,
"showTracking": false,
"removeTrackingWhenNodeEnd": false,
"trackingData": null,
"showGraphic": false,
"graphicalData": null,
"showErrorTip": false,
"errorTipData": {
"$type": "miHoYo.HYG.Tutorial.ErrorTipData, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialErrorTipCondition, Assembly-CSharp",
"triggerConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"stateConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"content": null,
"duration": 1.0
},
"usePenetrate": false,
"penetrateActions": null,
"allUILayerUpData": null
},
"_output": -1,
"FinishConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.OrCondition, Assembly-CSharp",
"conditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.PageEnableCondition, Assembly-CSharp",
"pageHash": 4101187340,
"checkAnimation": false
},
{
"$type": "miHoYo.HYG.Tutorial.KeyPressedCondition, Assembly-CSharp",
"action": "Y",
"eventType": 1
}
]
}
}
]
},
"FailedCondition": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicAnd, Assembly-CSharp",
"conditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialFriendPlanetOverheadCondition, Assembly-CSharp"
}
},
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialLookStarFieldButtonShowQueryCondition, Assembly-CSharp"
}
}
]
}
},
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialQueryPage, Assembly-CSharp",
"pageHash": 2788530902,
"checkAnimation": false
}
}
]
},
"forceQuitProcess": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialForceQuitProcessBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"index": 6,
"parentIndex": -1,
"Guid": "a0c593b7-a188-462a-9eec-020b8ca567bd"
},
{
"$type": "miHoYo.HYG.Tutorial.CfgTutorialTrigger, Assembly-CSharp",
"triggerConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialQueryIsInPerformance, Assembly-CSharp"
}
},
{
"$type": "miHoYo.HYG.Tutorial.TutorialQueryPage, Assembly-CSharp",
"pageHash": 2788530902,
"checkAnimation": false
},
{
"$type": "miHoYo.HYG.Tutorial.TutorialQueryTask, Assembly-CSharp",
"taskId": 4286,
"state": 2
},
{
"$type": "miHoYo.HYG.Tutorial.QueryConditionLogicNot, Assembly-CSharp",
"condition": {
"$type": "miHoYo.HYG.Tutorial.TutorialQueryCompleteTutorial, Assembly-CSharp",
"tutorialId": 64
}
}
]
},
"_output": -1,
"index": 7,
"parentIndex": -1,
"Guid": "ac323072-9b5d-4228-ac24-cf32a1255482"
},
{
"$type": "miHoYo.HYG.Tutorial.CfgForceTutorial, Assembly-CSharp",
"data": {
"$type": "miHoYo.HYG.Tutorial.ForceTutorialData, Assembly-CSharp",
"showCompeteAni": false,
"showTip": false,
"tip": {
"$type": "miHoYo.HYG.Localization.TextMapContent, Assembly-CSharp",
"effects": null,
"textId": null
},
"dir": 0,
"blockScroll": false,
"blockClick": false,
"hideBg": true,
"digAHole": false,
"tutorialKey": 0,
"framePosOffset": {
"x": 0.0,
"y": 0.0
},
"frameSizeOffset": {
"x": 0.0,
"y": 0.0
},
"checkFocusStable": false,
"focusStableData": {
"$type": "miHoYo.HYG.Tutorial.FocusStableData, Assembly-CSharp",
"stableNeedFrameCount": 1,
"checkPosition": true,
"positionMinDiff": -1.0,
"checkScale": false,
"scaleMinDiff": -1.0,
"checkRotation": false,
"rotationMinDiff": -1.0
},
"isShowGesture": false,
"gesture": {
"$type": "miHoYo.HYG.Tutorial.TutorialGesture, Assembly-CSharp",
"tutorialKey": 0,
"useBigFinger": false,
"flipFinger": false,
"type": 0,
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"penetrateActions": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": []
}
},
"_output": 1,
"FinishConditions": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialStateConditionBase, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.Tutorial.TimeElapsedCondition, Assembly-CSharp",
"timeInSeconds": 0.1
}
]
},
"FailedCondition": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialQueryConditionBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"forceQuitProcess": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Tutorial.TutorialForceQuitProcessBase, Assembly-CSharp]], mscorlib",
"$values": []
},
"index": 8,
"parentIndex": 0,
"Guid": "6359d45a-b72c-40f1-bbd1-e14fa4bf44cb"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": 282375034,
"editorData": {
"$type": "miHoYo.HYG.JsonGraph.GraphEditorData, Assembly-CSharp",
"danglingIndexes": {
"$type": "System.Int32[], mscorlib",
"$values": [
5,
6,
7
]
},
"nodeInfos": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -1520.0,
"y": 16.0
},
"guid": "288c9ddd-32ea-43a6-949e-71a0932a3273",
"comment": "4286介绍站牌",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -160.0,
"y": 64.0
},
"guid": "05591559-e2bd-4226-9768-c9faea7f8809",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 128.0,
"y": -784.0
},
"guid": "7f8bfe55-706f-4056-8846-955d9a1428bb",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1872.0,
"y": 96.0
},
"guid": "01d6ca1b-9e79-46d3-845a-4cbb303347d1",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 128.0,
"y": 400.0
},
"guid": "f0798d8c-00b8-4089-b729-17158cb2b981",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1008.0,
"y": 560.0
},
"guid": "99a10598-83a3-4b7c-aa3d-3f8dc1b8e5b7",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1008.0,
"y": -512.0
},
"guid": "a0c593b7-a188-462a-9eec-020b8ca567bd",
"comment": "遥望星空拆分出去 留档",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -992.0,
"y": 560.0
},
"guid": "ac323072-9b5d-4228-ac24-cf32a1255482",
"comment": "测试备用",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -864.0,
"y": -16.0
},
"guid": "6359d45a-b72c-40f1-bbd1-e14fa4bf44cb",
"comment": "过渡避免死循环",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/Json/Tutorial/93.json",
"errors": null,
"nodeErrors": null
}