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

828 lines
26 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": null,
"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": []
},
"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": "TargetPosition",
"isArray": false,
"DataType": 11,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-921f3b00-7cc9-49fd-a05f-45a34eaecd65"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "GotoZeroZeroZero",
"isArray": false,
"DataType": 1,
"sharingStrategy": 1,
"category": null,
"comment": "如果目标的TargetPosition是000需要额外勾上这个",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-1fe39735-186d-42a8-bf60-b2acbdd001f1"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "FacingPositionWhenArrived",
"isArray": false,
"DataType": 11,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-9ebd8198-8ffe-455d-90ca-e95907427859"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "FacingZeroZeroZero",
"isArray": false,
"DataType": 1,
"sharingStrategy": 1,
"category": null,
"comment": "如果目标的FacingPosition是000需要额外勾上这个",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-01880917-5e13-4848-aa90-7b0351a7f6f4"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "FacingTargetRotationWhenArrived",
"isArray": false,
"DataType": 11,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-55ba64c4-301b-40ae-b89c-75cf17580eed"
]
}
}
]
}
},
"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": [
19,
20,
21,
25
]
},
"index": 0,
"parentIndex": -1,
"Guid": "32bbd3e9-99e4-49e0-84fc-0b9c95e2dcc2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGreaterThanFloat, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarMagnitudeVector3, Assembly-CSharp",
"_operand": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-921f3b00-7cc9-49fd-a05f-45a34eaecd65"
}
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.0
}
},
"index": 1,
"parentIndex": 17,
"Guid": "6983d017-1813-49be-98ce-3e9cc08e35e0"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
17,
12
]
},
"index": 2,
"parentIndex": 19,
"Guid": "1b6f8157-876e-4d7f-aeb8-88b71f00440b"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarLogicNot, Assembly-CSharp",
"_operand": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardBool, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-1fe39735-186d-42a8-bf60-b2acbdd001f1"
}
}
},
"index": 3,
"parentIndex": 17,
"Guid": "c70c129d-3fd3-4f52-8440-5b3880e87d42"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
6,
7
]
},
"index": 4,
"parentIndex": 20,
"Guid": "71367a77-72aa-4c76-9f9f-197c95c515a3"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGreaterThanFloat, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarMagnitudeVector3, Assembly-CSharp",
"_operand": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-9ebd8198-8ffe-455d-90ca-e95907427859"
}
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.0
}
},
"index": 5,
"parentIndex": 6,
"Guid": "2be74d60-16ea-45e8-a53e-2e7393d8fd8e"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
5
]
},
"index": 6,
"parentIndex": 4,
"Guid": "1d669f79-5d0d-4969-a29a-54bffa6d7e8c"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTLookForwardToPositionNode, Assembly-CSharp",
"TargetPosGetter": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-9ebd8198-8ffe-455d-90ca-e95907427859"
}
},
"LerpTime": 0.2,
"useLerpSpeed": false,
"lerpSpeedGetter": null,
"index": 7,
"parentIndex": 4,
"Guid": "f458e9b6-ddf7-49f2-bf09-3ae1b00e9896"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
10,
11
]
},
"index": 8,
"parentIndex": 21,
"Guid": "dd29b30b-5926-4f3f-a6d1-e6ecf2539909"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGreaterThanFloat, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarMagnitudeVector3, Assembly-CSharp",
"_operand": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-55ba64c4-301b-40ae-b89c-75cf17580eed"
}
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.0
}
},
"index": 9,
"parentIndex": 10,
"Guid": "47d901ec-0d78-49eb-8fca-479130ee18f7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
9
]
},
"index": 10,
"parentIndex": 8,
"Guid": "c30ffb65-b65d-4268-89d3-a00b92f7c902"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRotateToOrientationNode, Assembly-CSharp",
"targetOrientation": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-55ba64c4-301b-40ae-b89c-75cf17580eed"
}
},
"lerpTime": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.3
},
"useLerpSpeed": false,
"lerpSpeedGetter": null,
"index": 11,
"parentIndex": 8,
"Guid": "adf20bc3-7a63-4127-b4af-7d020a8364a9"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTConditionLoopNode, Assembly-CSharp",
"FinishMode": 1,
"_Condition": 18,
"_Child": 13,
"index": 12,
"parentIndex": 2,
"Guid": "8ceea933-f04c-4f29-8c5e-16e6c9e10992"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
26,
14
]
},
"index": 13,
"parentIndex": 12,
"Guid": "ab6430ff-74e4-4267-9545-f0b668c76ead"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
15,
16
]
},
"index": 14,
"parentIndex": 13,
"Guid": "259a6eb2-1ccc-4335-9aa8-7ea06fd03cf4"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 1.0,
"IsRandom": true,
"MinWaitTime": 0.2,
"MaxWaitTime": 0.5,
"index": 15,
"parentIndex": 14,
"Guid": "507bf333-08e4-4112-a415-9bd3dacb80b7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCustomResultNode, Assembly-CSharp",
"result": 1,
"index": 16,
"parentIndex": 14,
"Guid": "79cb06a3-8cb6-4eaf-a9e0-ed663caa7496"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
1,
3
]
},
"index": 17,
"parentIndex": 2,
"Guid": "b10ec97c-134a-4d11-a8d2-a130d0afee76"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGreaterThanFloat, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetDistanceBetweenEntityAndPoint, Assembly-CSharp",
"_entityGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
},
"_point": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-921f3b00-7cc9-49fd-a05f-45a34eaecd65"
}
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.5
}
},
"index": 18,
"parentIndex": 12,
"Guid": "0556ebf1-409c-464f-a326-d4b3ed88efe2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTResultReplacerNode, Assembly-CSharp",
"FromSuccess": 0,
"FromFailure": 0,
"FromRunning": 2,
"_Child": 2,
"index": 19,
"parentIndex": 0,
"Guid": "51c99e18-bfa9-421f-92f8-fb40d104e294"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTResultReplacerNode, Assembly-CSharp",
"FromSuccess": 0,
"FromFailure": 0,
"FromRunning": 2,
"_Child": 4,
"index": 20,
"parentIndex": 0,
"Guid": "66f1f19f-b4a3-4c3c-b852-53d1d4d9dd41"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTResultReplacerNode, Assembly-CSharp",
"FromSuccess": 0,
"FromFailure": 0,
"FromRunning": 2,
"_Child": 8,
"index": 21,
"parentIndex": 0,
"Guid": "59fb0f8b-e124-4b10-a7b3-658394f80888"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTConditionLoopNode, Assembly-CSharp",
"FinishMode": 0,
"_Condition": 23,
"_Child": 24,
"index": 22,
"parentIndex": 25,
"Guid": "e27d8168-c2a1-481e-a607-a9aa47ae83f1"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarLessThanFloat, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetDistanceBetweenEntityAndPoint, Assembly-CSharp",
"_entityGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
},
"_point": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-921f3b00-7cc9-49fd-a05f-45a34eaecd65"
}
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.5
}
},
"index": 23,
"parentIndex": 22,
"Guid": "8d5ca42c-632d-4878-a1e3-154e1c6fb5e0"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"parameters": []
},
"_assetGuid": "d39d33f8ad9d13f42a43ab8d84743c1c",
"_assetPath": "Data/AI/BehaviourTree/01General/Relax/Idle/BTState_IdleStateMachine_RedirectBase.json"
},
"index": 24,
"parentIndex": 22,
"Guid": "3db7e0ab-e2a6-4570-8323-954e214c4133"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
22
]
},
"index": 25,
"parentIndex": 0,
"Guid": "ecfe8a5e-dc7e-4ed5-bb3a-6427b8a7415e"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"parameters": [
{
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetPosition-91c02740761d06f49909ffb642f55030-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-921f3b00-7cc9-49fd-a05f-45a34eaecd65"
}
}
}
]
},
"_assetGuid": "9619b9dd20164fb41a8b5c22671c0929",
"_assetPath": "Data/AI/BehaviourTree/00General/Navigation/BTAction_WalkTo.json"
},
"index": 26,
"parentIndex": 13,
"Guid": "d958c1bf-69c8-4c85-ba94-3989663b7a30"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": 750838345,
"editorData": {
"$type": "miHoYo.HYG.JsonGraph.GraphEditorData, Assembly-CSharp",
"danglingIndexes": {
"$type": "System.Int32[], mscorlib",
"$values": []
},
"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": 842.325
},
"guid": "32bbd3e9-99e4-49e0-84fc-0b9c95e2dcc2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 998.4,
"y": 0.0
},
"guid": "6983d017-1813-49be-98ce-3e9cc08e35e0",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 499.2,
"y": 284.35
},
"guid": "1b6f8157-876e-4d7f-aeb8-88b71f00440b",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 998.4,
"y": 198.0
},
"guid": "c70c129d-3fd3-4f52-8440-5b3880e87d42",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 499.2,
"y": 885.5
},
"guid": "71367a77-72aa-4c76-9f9f-197c95c515a3",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 998.4,
"y": 737.0
},
"guid": "2be74d60-16ea-45e8-a53e-2e7393d8fd8e",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 772.2
},
"guid": "1d669f79-5d0d-4969-a29a-54bffa6d7e8c",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 902.0
},
"guid": "f458e9b6-ddf7-49f2-bf09-3ae1b00e9896",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 499.2,
"y": 1243.0
},
"guid": "dd29b30b-5926-4f3f-a6d1-e6ecf2539909",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 998.4,
"y": 1098.9
},
"guid": "47d901ec-0d78-49eb-8fca-479130ee18f7",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 1148.4
},
"guid": "c30ffb65-b65d-4268-89d3-a00b92f7c902",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 1278.20007
},
"guid": "adf20bc3-7a63-4127-b4af-7d020a8364a9",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 453.199982
},
"guid": "8ceea933-f04c-4f29-8c5e-16e6c9e10992",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 998.4,
"y": 587.4
},
"guid": "ab6430ff-74e4-4267-9545-f0b668c76ead",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1248.0,
"y": 745.25
},
"guid": "259a6eb2-1ccc-4335-9aa8-7ea06fd03cf4",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1497.6,
"y": 691.9
},
"guid": "507bf333-08e4-4112-a415-9bd3dacb80b7",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1497.6,
"y": 830.5
},
"guid": "79cb06a3-8cb6-4eaf-a9e0-ed663caa7496",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 95.7
},
"guid": "b10ec97c-134a-4d11-a8d2-a130d0afee76",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 998.4,
"y": 338.8
},
"guid": "0556ebf1-409c-464f-a326-d4b3ed88efe2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 249.6,
"y": 264.550018
},
"guid": "51c99e18-bfa9-421f-92f8-fb40d104e294",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 249.6,
"y": 865.7
},
"guid": "66f1f19f-b4a3-4c3c-b852-53d1d4d9dd41",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 249.6,
"y": 1237.5
},
"guid": "59fb0f8b-e124-4b10-a7b3-658394f80888",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 499.2,
"y": 1709.95007
},
"guid": "e27d8168-c2a1-481e-a607-a9aa47ae83f1",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 1515.8
},
"guid": "8d5ca42c-632d-4878-a1e3-154e1c6fb5e0",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 748.800049,
"y": 1764.4
},
"guid": "3db7e0ab-e2a6-4570-8323-954e214c4133",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 249.6,
"y": 1715.45007
},
"guid": "ecfe8a5e-dc7e-4ed5-bb3a-6427b8a7415e",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1315.47192,
"y": 405.702881
},
"guid": "d958c1bf-69c8-4c85-ba94-3989663b7a30",
"comment": "",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/BehaviourTree/01General/BTGraph_StandingAtCertainPosition.json",
"errors": null
}