Files
PetitPlanet-Data/AI/01BehaviourTree/BehaviourTree/01General/BTA/Navigation/BTAction_TempRunTo.json
2025-11-11 07:21:48 +07:00

523 lines
17 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeGraph, Assembly-CSharp",
"redirectData": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.AI.BT.ReDirectTreeData, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.AI.BT.ReDirectTreeData, Assembly-CSharp",
"configId": 1005999,
"picker": {
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.AI.BT.BehaviourTreeGraph, Assembly-CSharp]], Assembly-CSharp",
"_guid": "",
"assetPath": "Data/AI/BehaviourTree/01General/BTA/Navigation/BTAction_NavigateTo_Redirect_1005Huanxue.json"
}
}
]
},
"blackboardConfigs": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": null,
"configs": {
"$type": "System.Collections.Generic.List`1[[miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "91c02740761d06f49909ffb642f55030",
"_assetPath": "Data/AI/Blackboard/v2/Navigation/BB_Navigation.json"
}
]
},
"noSharingKeys": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "MoveType",
"isArray": false,
"DataType": 2,
"sharingStrategy": 1,
"category": null,
"comment": "0走1跑2冲。暂时先不用这个参数。",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-6323d6af-c9b2-466e-9a49-f9ea67a2a201"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "ShouldWalk",
"isArray": false,
"DataType": 1,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-b0de0308-16f7-4a04-9206-0451ad809883"
]
}
}
]
}
},
"roots": null,
"NewNodesPlaceholder": {
"$type": "miHoYo.HYG.AI.BT.CfgBTBehaviourTreeNode[], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
2
]
},
"index": 0,
"parentIndex": -1,
"Guid": "a9abf4cf-f7cf-49b9-8ac9-6e08409ffb05"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTFollowTargetPointNode, Assembly-CSharp",
"MoveCmdType": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 1
},
"SpeedUpWhenFaraway": false,
"TargetPointGetter": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetPosition-91c02740761d06f49909ffb642f55030-0"
}
},
"ShouldFailWhenStuck": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": true
},
"IsOverrideStopDis": false,
"StopDistance": null,
"index": 1,
"parentIndex": 11,
"Guid": "f6d97c7b-b2d3-4dfa-b06f-7c5ddfd710e7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
5,
13
]
},
"index": 2,
"parentIndex": 0,
"Guid": "88480792-de8c-4993-b5ee-d702ed81212b"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetTimestampNode, Assembly-CSharp",
"BlackboardKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "LastFailedTimestamp-91c02740761d06f49909ffb642f55030-0"
},
"index": 3,
"parentIndex": 13,
"Guid": "673d1612-e0eb-4797-bcba-e6e5e06b0011"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetTimestampNode, Assembly-CSharp",
"BlackboardKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "LastSuccessTimeStamp-91c02740761d06f49909ffb642f55030-0"
},
"index": 4,
"parentIndex": 5,
"Guid": "d85d5c75-c160-4625-8638-e7a666d76cf5"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
6,
4
]
},
"index": 5,
"parentIndex": 2,
"Guid": "6148087d-77f3-450e-bd28-007545076137"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
11,
15
]
},
"index": 6,
"parentIndex": 5,
"Guid": "72b2d1f8-1043-4347-9136-6cac04bc70a9"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
9,
10
]
},
"index": 7,
"parentIndex": -1,
"Guid": "c89d092c-0afe-42f5-afe6-0bf5fddabdef"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGreaterThanInt32, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-6323d6af-c9b2-466e-9a49-f9ea67a2a201"
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 0
}
},
"index": 8,
"parentIndex": 11,
"Guid": "15c8b01c-c676-4c52-9ced-2937ddaf80d3"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedLogicOr, Assembly-CSharp",
"_operands": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.IConfigVar`1[[System.Boolean, mscorlib]], Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardBool, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-b0de0308-16f7-4a04-9206-0451ad809883"
}
},
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarCheckSceneBySceneId, Assembly-CSharp",
"_callerGUID": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
},
"_sceneId": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUInt32, Assembly-CSharp",
"_value": 2
},
"_isEqual": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": true
}
}
]
}
},
"index": 9,
"parentIndex": 7,
"Guid": "e754b27e-ad8e-41c0-8c64-cd1470176f75"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTFollowTargetPointNode, Assembly-CSharp",
"MoveCmdType": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 0
},
"SpeedUpWhenFaraway": false,
"TargetPointGetter": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetPosition-91c02740761d06f49909ffb642f55030-0"
}
},
"ShouldFailWhenStuck": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": true
},
"IsOverrideStopDis": false,
"StopDistance": null,
"index": 10,
"parentIndex": 7,
"Guid": "1aeb9edb-677a-4a6b-b265-c252123d9b4e"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
8,
12,
1
]
},
"index": 11,
"parentIndex": 6,
"Guid": "6b3b2421-ebe8-40ad-a442-3404ed5e7b18"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTObsoleteNode, Assembly-CSharp",
"oldType": "miHoYo.HYG.AI.BT.CfgBTEquipToolNode, Assembly-CSharp",
"index": 12,
"parentIndex": -1,
"Guid": "53b8b9a2-0a7e-4789-b958-a87e06969973"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
3,
14
]
},
"index": 13,
"parentIndex": 2,
"Guid": "1204833d-43e2-46e5-9053-f1a3f6fe12d0"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCustomResultNode, Assembly-CSharp",
"result": 1,
"index": 14,
"parentIndex": 13,
"Guid": "9c03496f-9c13-4d0a-9c72-5da6d4c1d503"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTFollowTargetPointNode, Assembly-CSharp",
"MoveCmdType": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 1
},
"SpeedUpWhenFaraway": false,
"TargetPointGetter": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetPosition-91c02740761d06f49909ffb642f55030-0"
}
},
"ShouldFailWhenStuck": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": true
},
"IsOverrideStopDis": false,
"StopDistance": null,
"index": 15,
"parentIndex": 6,
"Guid": "e7673459-8b97-4e11-8c8b-e4a4886ef926"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": -1873032840,
"editorData": {
"$type": "miHoYo.HYG.JsonGraph.GraphEditorData, Assembly-CSharp",
"danglingIndexes": {
"$type": "System.Int32[], mscorlib",
"$values": [
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": 0.0,
"y": 831.05
},
"guid": "a9abf4cf-f7cf-49b9-8ac9-6e08409ffb05",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1248.0,
"y": 294.800018
},
"guid": "f6d97c7b-b2d3-4dfa-b06f-7c5ddfd710e7",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 249.6,
"y": 808.5
},
"guid": "88480792-de8c-4993-b5ee-d702ed81212b",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 720.0,
"y": 960.0
},
"guid": "673d1612-e0eb-4797-bcba-e6e5e06b0011",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 813.45
},
"guid": "d85d5c75-c160-4625-8638-e7a666d76cf5",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 499.2,
"y": 739.2
},
"guid": "6148087d-77f3-450e-bd28-007545076137",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 667.15
},
"guid": "72b2d1f8-1043-4347-9136-6cac04bc70a9",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1040.0,
"y": 816.0
},
"guid": "c89d092c-0afe-42f5-afe6-0bf5fddabdef",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1248.0,
"y": 0.0
},
"guid": "15c8b01c-c676-4c52-9ced-2937ddaf80d3",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1248.0,
"y": 740.300049
},
"guid": "e754b27e-ad8e-41c0-8c64-cd1470176f75",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1248.0,
"y": 1054.9
},
"guid": "1aeb9edb-677a-4a6b-b265-c252123d9b4e",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 998.4,
"y": 287.1
},
"guid": "6b3b2421-ebe8-40ad-a442-3404ed5e7b18",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1248.0,
"y": 177.1
},
"guid": "53b8b9a2-0a7e-4789-b958-a87e06969973",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 493.8479,
"y": 1016.99951
},
"guid": "1204833d-43e2-46e5-9053-f1a3f6fe12d0",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 720.0,
"y": 1088.0
},
"guid": "9c03496f-9c13-4d0a-9c72-5da6d4c1d503",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 992.0,
"y": 1264.0
},
"guid": "e7673459-8b97-4e11-8c8b-e4a4886ef926",
"comment": "",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/BehaviourTree/01General/BTA/Navigation/BTAction_TempRunTo.json",
"errors": null
}