Files
PetitPlanet-Data/AI/01BehaviourTree/BehaviourTree/ZOld/Relax/BTGraphRelaxRunAroundJiahe.json
2025-11-11 07:21:48 +07:00

442 lines
13 KiB
JSON

{
"$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": [
{
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp",
"_guid": null,
"assetPath": null
}
]
},
"noSharingKeys": null
},
"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": [
1,
2,
6,
7,
16
]
},
"index": 0,
"parentIndex": -1,
"Guid": "cefccf63-1707-4a4f-bc91-35edb79ea230"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTObsoleteNode, Assembly-CSharp",
"oldType": "miHoYo.HYG.AI.BT.CfgBTEquipToolNode, Assembly-CSharp",
"index": 1,
"parentIndex": -1,
"Guid": "049b4a96-7746-4ec0-b716-b24228893976"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTResultReplacerNode, Assembly-CSharp",
"FromSuccess": 0,
"FromFailure": 0,
"FromRunning": 2,
"_Child": 3,
"index": 2,
"parentIndex": 0,
"Guid": "ee74e06f-34c2-476f-ade6-9f18b5179235"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
4,
5
]
},
"index": 3,
"parentIndex": 2,
"Guid": "8f151775-a1c1-46be-924b-200de64da7f7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRunPQSNode, Assembly-CSharp",
"configAsset": {
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.AI.PQSConfig, Assembly-CSharp]], Assembly-CSharp",
"_guid": "",
"assetPath": "Data/AI/PQS/FindARandomPosJiahe.json"
},
"TargetPointKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetPos-05416b3a3f4b831488ff00432be4db42-0"
},
"index": 4,
"parentIndex": 3,
"Guid": "aee26fb7-feff-445c-b8c6-360e99968151"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTNaviToPositionNode, Assembly-CSharp",
"MoveCmdType": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 1
},
"SpeedUpWhenFaraway": false,
"IsOverrideStopDis": false,
"StopDistance": null,
"ShouldFailWhenStuck": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": true
},
"TargetPointGetter": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetPos-05416b3a3f4b831488ff00432be4db42-0"
}
},
"index": 5,
"parentIndex": 3,
"Guid": "60360872-8c40-4aa1-97e2-41738e6607a3"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 1.5,
"IsRandom": false,
"MinWaitTime": 0.0,
"MaxWaitTime": 0.0,
"index": 6,
"parentIndex": 0,
"Guid": "1084758e-1014-4bcf-809a-cc9025621fa2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTParallelNode, Assembly-CSharp",
"FinishMode": 0,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
8,
15
]
},
"index": 7,
"parentIndex": 0,
"Guid": "b06ceaf3-9da9-4610-bc82-ca117d1b9f6d"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRandomWeightSelectorNode, Assembly-CSharp",
"Weights": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloatArray, Assembly-CSharp",
"_values": {
"$type": "miHoYo.HYG.DataSharing.IConfigVar`1[[System.Single, mscorlib]][], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.2
},
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.2
},
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.2
},
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 0.2
}
]
}
},
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
9,
10,
11,
13
]
},
"index": 8,
"parentIndex": 7,
"Guid": "a2395c6f-e049-4177-9b17-fa61f8393c6c"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTObsoleteNode, Assembly-CSharp",
"oldType": "miHoYo.HYG.AI.BT.CfgBTTaskPlayAnimNode, Assembly-CSharp",
"index": 9,
"parentIndex": -1,
"Guid": "a54e282b-c18e-474d-97ef-14682ef92217"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTObsoleteNode, Assembly-CSharp",
"oldType": "miHoYo.HYG.AI.BT.CfgBTTaskPlayAnimNode, Assembly-CSharp",
"index": 10,
"parentIndex": -1,
"Guid": "74e7e81b-3f07-4624-987c-b94654763a9d"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRepeatNode, Assembly-CSharp",
"RepeaterMode": 0,
"RepeatCount": 3,
"UntilResult": 0,
"_Child": 12,
"index": 11,
"parentIndex": 8,
"Guid": "1dbae2d3-b43d-4cf3-a94f-d23bbab1b470"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTObsoleteNode, Assembly-CSharp",
"oldType": "miHoYo.HYG.AI.BT.CfgBTTaskPlayAnimNode, Assembly-CSharp",
"index": 12,
"parentIndex": -1,
"Guid": "34e89f30-e0c3-4c3c-9ccb-799b091aa521"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRepeatNode, Assembly-CSharp",
"RepeaterMode": 0,
"RepeatCount": 2,
"UntilResult": 0,
"_Child": 14,
"index": 13,
"parentIndex": 8,
"Guid": "e39ebc2a-7bd3-434d-82a4-5bbffa44acb7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTObsoleteNode, Assembly-CSharp",
"oldType": "miHoYo.HYG.AI.BT.CfgBTTaskPlayAnimNode, Assembly-CSharp",
"index": 14,
"parentIndex": -1,
"Guid": "9fb18ffe-cd33-4167-aadf-54ce2c28dc58"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTDisablePushNode, Assembly-CSharp",
"index": 15,
"parentIndex": 7,
"Guid": "5ed57ba4-b067-454a-93bc-a0a2c8ff276a"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 0.5,
"IsRandom": false,
"MinWaitTime": 0.0,
"MaxWaitTime": 0.0,
"index": 16,
"parentIndex": 0,
"Guid": "5ba33db3-6f0a-4d0d-b2a6-d2c62cbe6678"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": -868214313,
"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": -443.0,
"y": -99.0
},
"guid": "cefccf63-1707-4a4f-bc91-35edb79ea230",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -156.0,
"y": -195.0
},
"guid": "049b4a96-7746-4ec0-b716-b24228893976",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -160.0,
"y": -64.0
},
"guid": "ee74e06f-34c2-476f-ade6-9f18b5179235",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 80.0,
"y": -48.0
},
"guid": "8f151775-a1c1-46be-924b-200de64da7f7",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 352.0,
"y": -128.0
},
"guid": "aee26fb7-feff-445c-b8c6-360e99968151",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 352.0,
"y": 64.0
},
"guid": "60360872-8c40-4aa1-97e2-41738e6607a3",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -160.0,
"y": 96.0
},
"guid": "1084758e-1014-4bcf-809a-cc9025621fa2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -176.0,
"y": 496.0
},
"guid": "b06ceaf3-9da9-4610-bc82-ca117d1b9f6d",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 140.439453,
"y": 568.586853
},
"guid": "a2395c6f-e049-4177-9b17-fa61f8393c6c",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 464.0,
"y": 512.0
},
"guid": "a54e282b-c18e-474d-97ef-14682ef92217",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 464.0,
"y": 1008.0
},
"guid": "74e7e81b-3f07-4624-987c-b94654763a9d",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 464.0,
"y": 1504.0
},
"guid": "1dbae2d3-b43d-4cf3-a94f-d23bbab1b470",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 768.0,
"y": 1488.0
},
"guid": "34e89f30-e0c3-4c3c-9ccb-799b091aa521",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 495.978149,
"y": 2079.80713
},
"guid": "e39ebc2a-7bd3-434d-82a4-5bbffa44acb7",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 752.0,
"y": 2064.0
},
"guid": "9fb18ffe-cd33-4167-aadf-54ce2c28dc58",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 82.78491,
"y": 1347.06372
},
"guid": "5ed57ba4-b067-454a-93bc-a0a2c8ff276a",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -176.0,
"y": 752.0
},
"guid": "5ba33db3-6f0a-4d0d-b2a6-d2c62cbe6678",
"comment": "",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/BehaviourTree/ZOld/Relax/BTGraphRelaxRunAroundJiahe.json",
"errors": null
}