Files
PetitPlanet-Data/AI/01BehaviourTree/Gameplay/FunctionalNPC/BTGraph_WanderAtWorkArea_1007Mobai.json
2025-11-11 07:21:48 +07:00

1025 lines
35 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": []
},
"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": "TempTarget",
"DataType": 6,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-236f63db-6033-417b-afdd-69ea37a788c4"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "StandPos",
"DataType": 11,
"sharingStrategy": 1,
"defaultValue": {
"$type": "miHoYo.HYG.DataSharing.UnionDefaultVector3, Assembly-CSharp",
"_value": {
"x": 6.33287954,
"y": 1.09184611,
"z": 11.3633327
}
},
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-3110a4d0-6c75-4031-9606-f760d831c771"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "StandRot",
"DataType": 11,
"sharingStrategy": 1,
"defaultValue": {
"$type": "miHoYo.HYG.DataSharing.UnionDefaultVector3, Assembly-CSharp",
"_value": {
"x": 0.0,
"y": -158.203,
"z": 0.0
}
},
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-a0355d0f-e71b-4d5e-b19e-d5a334f84f56"
]
}
}
]
}
},
"NewNodesPlaceholder": {
"$type": "miHoYo.HYG.AI.BT.CfgBTBehaviourTreeNode[], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
25,
17
]
},
"_Services": null,
"index": 0,
"parentIndex": 4,
"Guid": "a19a3213-a22a-45a7-a1ee-5f5211068f8d"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 0.0,
"IsRandom": true,
"MinWaitTime": 10.0,
"MaxWaitTime": 15.0,
"index": 1,
"parentIndex": 17,
"Guid": "fb77f142-56f7-4e79-8bda-335222cd1336"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": [
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-ac06a8d4-1400-4f1e-a739-9df854e23f5f"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedVector3, Assembly-CSharp",
"_value": {
"x": 5.694,
"y": 1.114791,
"z": 10.493
}
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-2cb178ee-ab8a-4355-b023-9b73eb3434ea"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedVector3, Assembly-CSharp",
"_value": {
"x": 0.0,
"y": 207.981,
"z": 0.0
}
}
}
]
},
"_assetGuid": "72b3942c25732584c89b665604c74297",
"_assetPath": "Data/AI/BehaviourTree/00General/Navigation/BTAction_WalkToCertainTransform.json"
},
"index": 2,
"parentIndex": -1,
"Guid": "1298d5f9-abd1-47fc-ac63-7fd40ec030cc"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
24
]
},
"_Services": null,
"index": 3,
"parentIndex": 8,
"Guid": "70996854-6953-48c4-b39d-f2deae3ca86a"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRandomWeightSelectorNode, Assembly-CSharp",
"Weights": null,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
8,
9,
0
]
},
"_Services": null,
"index": 4,
"parentIndex": 27,
"Guid": "c92771c3-020e-4e75-8707-4739d962bcb1"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
6,
7
]
},
"_Services": null,
"index": 5,
"parentIndex": 26,
"Guid": "70013abd-e767-43c1-ab1b-121a10fe7173"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarIsEntityValid, Assembly-CSharp",
"_entityGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetEntityByConfigId, Assembly-CSharp",
"_configId": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUInt32, Assembly-CSharp",
"_value": 80038
}
}
},
"index": 6,
"parentIndex": 5,
"Guid": "adef4cb7-504e-4d04-aaab-abf25e882e0b"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-236f63db-6033-417b-afdd-69ea37a788c4"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetEntityByConfigId, Assembly-CSharp",
"_configId": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUInt32, Assembly-CSharp",
"_value": 80038
}
},
"index": 7,
"parentIndex": 5,
"Guid": "a65ba2a8-587c-4d28-b91b-15940000f033"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCoolDownNode, Assembly-CSharp",
"coolDownVar": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 120.0
},
"_Child": 3,
"index": 8,
"parentIndex": 4,
"Guid": "f9279644-7d08-436b-b7ba-607c6ca71e23"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCoolDownNode, Assembly-CSharp",
"coolDownVar": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 30.0
},
"_Child": 10,
"index": 9,
"parentIndex": 4,
"Guid": "8b5e9963-748b-4d19-9683-4b0618b8ec37"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
11,
12
]
},
"_Services": null,
"index": 10,
"parentIndex": 9,
"Guid": "a975552e-48e7-4d07-b2a2-f877a2b6ad0d"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": [
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetPosition-dcc082f862ed96a438214fd5ad221607-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-3110a4d0-6c75-4031-9606-f760d831c771"
},
"targetGuid": null
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "MoveCmdType-dcc082f862ed96a438214fd5ad221607-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarConvertEnumToInt32, Assembly-CSharp",
"_arg": 2,
"_argEnumType": "miHoYo.HYG.Entities.NewMoveCmdType, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "RotationMode-dcc082f862ed96a438214fd5ad221607-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarConvertEnumToInt32, Assembly-CSharp",
"_arg": 1,
"_argEnumType": "miHoYo.HYG.AI.BT.LookForwardMode, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetRotation-dcc082f862ed96a438214fd5ad221607-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardVector3, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-a0355d0f-e71b-4d5e-b19e-d5a334f84f56"
},
"targetGuid": null
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-c26d4570-c31e-43ca-8c10-b6a03baa25db"
},
"value": null
}
]
},
"_assetGuid": "639c29b833af79f43a808ee993bb6f51",
"_assetPath": "Data/AI/01BehaviourTree/_Modular/Navigation/BTAction_NaviToPosAndRotate.json"
},
"index": 11,
"parentIndex": 10,
"Guid": "f25db1ca-60a0-4494-8799-c94ead486ab0"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTParallelNode, Assembly-CSharp",
"FinishMode": 0,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
13,
16
]
},
"_Services": null,
"index": 12,
"parentIndex": 10,
"Guid": "5e0091e2-4ecb-4c8f-963a-4cf05fafc170"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
14,
21,
15
]
},
"_Services": null,
"index": 13,
"parentIndex": 12,
"Guid": "18a462d0-39f4-408f-a45c-596e1ae7abf2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 1.0,
"IsRandom": false,
"MinWaitTime": 0.0,
"MaxWaitTime": 0.0,
"index": 14,
"parentIndex": 13,
"Guid": "478a7c46-fe40-4651-a91e-8978d236b74e"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 1.0,
"IsRandom": false,
"MinWaitTime": 0.0,
"MaxWaitTime": 0.0,
"index": 15,
"parentIndex": 13,
"Guid": "0c74b211-e15f-44fd-83ad-8e07ebd5cf18"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": []
},
"_assetGuid": "e97ba3f1f6aa6c24fbc851c73561d96d",
"_assetPath": "Data/AI/BehaviourTree/00General/Navigation/Atom_MaintainImmovable.json"
},
"index": 16,
"parentIndex": 12,
"Guid": "83f20ab1-b732-456b-a69c-772266aee0a4"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTParallelNode, Assembly-CSharp",
"FinishMode": 0,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
1,
18
]
},
"_Services": null,
"index": 17,
"parentIndex": 0,
"Guid": "9359b86b-f374-4e54-b804-72bbd09043d9"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": []
},
"_assetGuid": "e97ba3f1f6aa6c24fbc851c73561d96d",
"_assetPath": "Data/AI/BehaviourTree/00General/Navigation/Atom_MaintainImmovable.json"
},
"index": 18,
"parentIndex": 17,
"Guid": "e5cbf3a9-660a-4590-8a65-0c826ef0256c"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
23,
26,
27
]
},
"_Services": null,
"index": 19,
"parentIndex": -1,
"Guid": "8c79545f-f2f1-4d06-aa78-586b15132a9d"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": [
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-59e4dd0a-301e-4069-bd70-edf304843d2b"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetATLName, Assembly-CSharp",
"atlName": "Reaction_Think"
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-6902f98c-110d-45be-90e0-b73fa65a9e63"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetATLTag, Assembly-CSharp",
"atlTagId": 0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-66356b41-ae44-4277-8d32-1c9c8680e36a"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarRandomFloat, Assembly-CSharp",
"_minInclusive": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 3.0
},
"_maxInclusive": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 6.0
}
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-6b1d6d89-6f07-489a-89a5-f47f19d78e4d"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": false
}
}
]
},
"_assetGuid": "f5e4f668f1cf4886862bdb8c9bf7a7ff",
"_assetPath": "Data/AI/BehaviourTree/AtomTree/Atom_PlayATL.json"
},
"index": 20,
"parentIndex": 21,
"Guid": "a2d18eb7-3744-4173-b19a-997eec6af898"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTParallelNode, Assembly-CSharp",
"FinishMode": 0,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
20,
22
]
},
"_Services": null,
"index": 21,
"parentIndex": 13,
"Guid": "c6c2650e-1068-4b40-a74e-f9723ffe96bb"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": []
},
"_assetGuid": "b5934a962e8f1084491054f1cda65308",
"_assetPath": "Data/AI/BehaviourTree/00General/LookIK/Atom_AutoIKSetting.json"
},
"index": 22,
"parentIndex": 21,
"Guid": "a7687d1a-4b1c-4ec2-82a2-b398e465338e"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": []
},
"_assetGuid": "f7bc61cc2a8c4f11bb43da3d5f11cd02",
"_assetPath": "Data/AI/BehaviourTree/AtomTree/Atom_ResetAll.json"
},
"index": 23,
"parentIndex": 19,
"Guid": "f398c551-39e8-419a-a485-be89b3ae6d78"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": [
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-2108d8ab-cdb5-45a6-99a0-a97b4817e267"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-236f63db-6033-417b-afdd-69ea37a788c4"
},
"targetGuid": null
}
}
]
},
"_assetGuid": "763f6abc848798f4c92db0ba0bc5df10",
"_assetPath": "Data/AI/BehaviourTree/Task/MainQuests/3068PrepareYingdi/BTAction_InteractWithTable_1007Mobai.json"
},
"index": 24,
"parentIndex": 3,
"Guid": "f8369f6b-3143-4c67-b2ac-c18548616192"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": [
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetPosition-dcc082f862ed96a438214fd5ad221607-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarAnchorPointData, Assembly-CSharp",
"sceneId": 2,
"pointId": 4210863935,
"dataType": 0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "MoveCmdType-dcc082f862ed96a438214fd5ad221607-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarConvertEnumToInt32, Assembly-CSharp",
"_arg": 2,
"_argEnumType": "miHoYo.HYG.Entities.NewMoveCmdType, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "RotationMode-dcc082f862ed96a438214fd5ad221607-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarConvertEnumToInt32, Assembly-CSharp",
"_arg": 1,
"_argEnumType": "miHoYo.HYG.AI.BT.LookForwardMode, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "TargetRotation-dcc082f862ed96a438214fd5ad221607-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarAnchorPointData, Assembly-CSharp",
"sceneId": 2,
"pointId": 4210863935,
"dataType": 1
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-c26d4570-c31e-43ca-8c10-b6a03baa25db"
},
"value": null
}
]
},
"_assetGuid": "639c29b833af79f43a808ee993bb6f51",
"_assetPath": "Data/AI/01BehaviourTree/_Modular/Navigation/BTAction_NaviToPosAndRotate.json"
},
"index": 25,
"parentIndex": 0,
"Guid": "d45c5e8e-f45c-4f2b-8a12-3d8c1597bed2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
5
]
},
"_Services": null,
"index": 26,
"parentIndex": 19,
"Guid": "cffd28b1-810c-4f53-bc07-8013099cc1d6"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRepeatNode, Assembly-CSharp",
"RepeaterMode": 2,
"isDynamic": false,
"RepeatCount": 0,
"targetRepeatCount": null,
"RepeatLimit": -1,
"UntilResult": 0,
"_Child": 4,
"index": 27,
"parentIndex": 19,
"Guid": "f47803f4-5c54-4c6b-80e7-c7446eb62c87"
}
]
},
"containers": null,
"rootIndex": 19,
"nodesHash": -1718445607,
"editorData": {
"$type": "miHoYo.HYG.JsonGraph.GraphEditorData, Assembly-CSharp",
"danglingIndexes": {
"$type": "System.Int32[], mscorlib",
"$values": [
2
]
},
"nodeInfos": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 729.600037,
"y": 2201.18262
},
"guid": "a19a3213-a22a-45a7-a1ee-5f5211068f8d",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1209.6001,
"y": 2574.08252
},
"guid": "fb77f142-56f7-4e79-8bda-335222cd1336",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 0.0,
"y": 1505.98242
},
"guid": "1298d5f9-abd1-47fc-ac63-7fd40ec030cc",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 979.2001,
"y": 446.6825
},
"guid": "70996854-6953-48c4-b39d-f2deae3ca86a",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 489.600037,
"y": 1315.6825
},
"guid": "c92771c3-020e-4e75-8707-4739d962bcb1",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 480.000031,
"y": 181.950012
},
"guid": "70013abd-e767-43c1-ab1b-121a10fe7173",
"comment": "看看茶壶",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 720.000061,
"y": 56.1824951
},
"guid": "adef4cb7-504e-4d04-aaab-abf25e882e0b",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 720.000061,
"y": 232.1825
},
"guid": "a65ba2a8-587c-4d28-b91b-15940000f033",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 729.600037,
"y": 463.1825
},
"guid": "f9279644-7d08-436b-b7ba-607c6ca71e23",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 729.600037,
"y": 1162.23254
},
"guid": "8b5e9963-748b-4d19-9683-4b0618b8ec37",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 979.2001,
"y": 1148.3
},
"guid": "a975552e-48e7-4d07-b2a2-f877a2b6ad0d",
"comment": "看书",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1219.20007,
"y": 652.3825
},
"guid": "f25db1ca-60a0-4494-8799-c94ead486ab0",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1219.20007,
"y": 1595.08252
},
"guid": "5e0091e2-4ecb-4c8f-963a-4cf05fafc170",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1459.20007,
"y": 1325.58252
},
"guid": "18a462d0-39f4-408f-a45c-596e1ae7abf2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1699.20007,
"y": 977.982544
},
"guid": "478a7c46-fe40-4651-a91e-8978d236b74e",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1699.20007,
"y": 1745.78259
},
"guid": "0c74b211-e15f-44fd-83ad-8e07ebd5cf18",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1459.20007,
"y": 1877.78247
},
"guid": "83f20ab1-b732-456b-a69c-772266aee0a4",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 969.600037,
"y": 2624.68262
},
"guid": "9359b86b-f374-4e54-b804-72bbd09043d9",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1209.6001,
"y": 2728.08252
},
"guid": "e5cbf3a9-660a-4590-8a65-0c826ef0256c",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 0.0,
"y": 650.141235
},
"guid": "8c79545f-f2f1-4d06-aa78-586b15132a9d",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1939.20007,
"y": 1103.38257
},
"guid": "a2d18eb7-3744-4173-b19a-997eec6af898",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1699.20007,
"y": 1322.28259
},
"guid": "c6c2650e-1068-4b40-a74e-f9723ffe96bb",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1939.20007,
"y": 1593.98254
},
"guid": "a7687d1a-4b1c-4ec2-82a2-b398e465338e",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 240.000015,
"y": 0.0
},
"guid": "f398c551-39e8-419a-a485-be89b3ae6d78",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1219.20007,
"y": 401.58252
},
"guid": "f8369f6b-3143-4c67-b2ac-c18548616192",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 969.600037,
"y": 1799.6825
},
"guid": "d45c5e8e-f45c-4f2b-8a12-3d8c1597bed2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 240.000015,
"y": 192.950012
},
"guid": "cffd28b1-810c-4f53-bc07-8013099cc1d6",
"comment": "Data Prepare",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 240.000015,
"y": 1380.58252
},
"guid": "f47803f4-5c54-4c6b-80e7-c7446eb62c87",
"comment": "",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/Gameplay/FunctionalNPC/BTGraph_WanderAtWorkArea_1007Mobai.json",
"errors": null,
"nodeErrors": null
}