Files
PetitPlanet-Data/AI/01BehaviourTree/BehaviourTree/MearActivity/v3/BTG/BTGraph_MealActivityStiring_v3.json
2025-11-11 07:21:48 +07:00

1192 lines
40 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",
"_assetGuid": "84cc8f8ff79e6b144bed4228c44e5eba",
"_assetPath": "Data/Blackboard/MealActivityBoard.json"
},
{
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "f5649510bf226ce41adaf04a8a920928",
"_assetPath": "Data/AI/Blackboard/v3/MealActivity/BB_MealActivity_v3.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": "CookwareGUID",
"DataType": 6,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-4005e1f3-3a6d-4f56-9cad-2e27034e867a"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "UpgradeCookwareGUID",
"DataType": 6,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-d2725a54-52cb-4ef5-bbf0-75fd22c1428a"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "TargetPos",
"DataType": 11,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-24117f2a-bc7c-4f24-bc5c-e8e4f2310b37"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "OuterPos",
"DataType": 11,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-952b5ca1-3f1e-4896-891a-92c055956392"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "NearbyEntity",
"DataType": 6,
"sharingStrategy": 1,
"category": null,
"comment": "在锅周围的Entity",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-945b0283-1b7d-4091-bb2e-216356df93e8"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "StiringFalse",
"DataType": 1,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-bc61d4eb-834e-4204-bdad-454c7285f444"
]
}
}
]
}
},
"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,
21,
22
]
},
"index": 0,
"parentIndex": -1,
"Guid": "3a88fabe-f099-44bf-8226-1634cb551c37"
},
{
"$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": "7be090ea3385452984cb679bedde7fdd",
"_assetPath": "Data/AI/BehaviourTree/BTv3_RefreshNew/BTA/BTAction_InitializeEverything_v3.json"
},
"index": 1,
"parentIndex": 0,
"Guid": "314c5caf-197c-483e-8f8b-8f4674f56ebd"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-4005e1f3-3a6d-4f56-9cad-2e27034e867a"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetDineWorkCookwareGuid, Assembly-CSharp",
"_guid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
},
"index": 2,
"parentIndex": 0,
"Guid": "b8903421-da98-48ce-be19-d32d88106910"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTParallelNode, Assembly-CSharp",
"FinishMode": 0,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
27,
25,
13,
6,
30,
24
]
},
"index": 3,
"parentIndex": 22,
"Guid": "b6173cc3-e1dd-475a-8640-f67209557156"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitBBNode, Assembly-CSharp",
"WaitTime": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 999.0
},
"index": 4,
"parentIndex": 27,
"Guid": "b8faba3d-bab1-4f75-ae4e-b31eed4086d6"
},
{
"$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": "DesignatedInteractTarget-93028e429d5d5544b87c59287e223c55-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-4005e1f3-3a6d-4f56-9cad-2e27034e867a"
},
"targetGuid": null
}
}
]
},
"_assetGuid": "96af597caefcb1c4db2992bf522c2e64",
"_assetPath": "Data/AI/BehaviourTree/AtomTree/Atom_Stiring.json"
},
"index": 5,
"parentIndex": 25,
"Guid": "7a9a35ec-9f69-4bdc-8a44-7ca2aaaf4607"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
7,
8,
9,
20
]
},
"index": 6,
"parentIndex": 3,
"Guid": "e45505d7-e871-4c11-9a70-1b875c4a2fa7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitUntilEventWithArgsNode, Assembly-CSharp",
"_eventID": 557,
"argNum": 1,
"arg1SelectKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-d2725a54-52cb-4ef5-bbf0-75fd22c1428a"
},
"arg2SelectKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": null
},
"arg3SelectKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": null
},
"arg4SelectKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": null
},
"index": 7,
"parentIndex": 6,
"Guid": "a6646b27-5185-42c1-9a88-b9989ab2774c"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarEqualToUInt64, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-d2725a54-52cb-4ef5-bbf0-75fd22c1428a"
},
"targetGuid": null
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-4005e1f3-3a6d-4f56-9cad-2e27034e867a"
},
"targetGuid": null
}
},
"index": 8,
"parentIndex": 6,
"Guid": "1936dc58-f08d-4964-ab77-e7edb6a23ba1"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTLogNode, Assembly-CSharp",
"Text": "紧急搅拌!",
"IsLogError": true,
"customMsg": null,
"index": 9,
"parentIndex": 6,
"Guid": "aa3e0fc0-c7e2-4227-bc78-8e3181cc2b30"
},
{
"$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": "BubbleID-006131b57a23c974da31f85fa03a5309-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Int32, mscorlib]], Assembly-CSharp",
"_value": 9141
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-c8ddcaab-b998-44dc-b05c-0fdfe4cbf2cb"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 10.0
}
}
]
},
"_assetGuid": "de855cb965099a645aa2c0cb8e21d8ad",
"_assetPath": "Data/AI/BehaviourTree/00General/BubbleSystem/Atom_PlayBubble.json"
},
"index": 10,
"parentIndex": 11,
"Guid": "70e6fccb-e641-4bcc-8911-1b93090faeab"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
12,
10
]
},
"index": 11,
"parentIndex": 13,
"Guid": "c7b2389d-738f-42c4-b350-32cc966bb230"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 0.0,
"IsRandom": true,
"MinWaitTime": 3.0,
"MaxWaitTime": 4.0,
"index": 12,
"parentIndex": 11,
"Guid": "d33aa7ad-da41-47ff-88d9-bdaf9a8decc1"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
11,
14,
17
]
},
"index": 13,
"parentIndex": 3,
"Guid": "d15a0eb7-33cc-4b6e-aca0-7b21c2526272"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
15,
16
]
},
"index": 14,
"parentIndex": 13,
"Guid": "b79d1c0a-3716-4259-9dce-b0c30d6499a6"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 0.0,
"IsRandom": true,
"MinWaitTime": 3.0,
"MaxWaitTime": 4.0,
"index": 15,
"parentIndex": 14,
"Guid": "ebb52118-49e4-4b75-8aeb-18c273809b9e"
},
{
"$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": "BubbleID-006131b57a23c974da31f85fa03a5309-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Int32, mscorlib]], Assembly-CSharp",
"_value": 9142
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-c8ddcaab-b998-44dc-b05c-0fdfe4cbf2cb"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 10.0
}
}
]
},
"_assetGuid": "de855cb965099a645aa2c0cb8e21d8ad",
"_assetPath": "Data/AI/BehaviourTree/00General/BubbleSystem/Atom_PlayBubble.json"
},
"index": 16,
"parentIndex": 14,
"Guid": "aa6291e4-39e2-4802-935b-3eb81fbd7268"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
18,
19
]
},
"index": 17,
"parentIndex": 13,
"Guid": "efe07c14-a386-4ecd-8356-26600a4f88c4"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 0.0,
"IsRandom": true,
"MinWaitTime": 3.0,
"MaxWaitTime": 4.0,
"index": 18,
"parentIndex": 17,
"Guid": "9aa8c44e-6243-4494-94b9-d65c0c97ba91"
},
{
"$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": "BubbleID-006131b57a23c974da31f85fa03a5309-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Int32, mscorlib]], Assembly-CSharp",
"_value": 9143
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-c8ddcaab-b998-44dc-b05c-0fdfe4cbf2cb"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 10.0
}
}
]
},
"_assetGuid": "de855cb965099a645aa2c0cb8e21d8ad",
"_assetPath": "Data/AI/BehaviourTree/00General/BubbleSystem/Atom_PlayBubble.json"
},
"index": 19,
"parentIndex": 17,
"Guid": "778501cd-97d5-4570-a282-f0e6c12ebd9b"
},
{
"$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": "BubbleID-006131b57a23c974da31f85fa03a5309-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Int32, mscorlib]], Assembly-CSharp",
"_value": 9015
}
}
]
},
"_assetGuid": "de855cb965099a645aa2c0cb8e21d8ad",
"_assetPath": "Data/AI/BehaviourTree/00General/BubbleSystem/Atom_PlayBubble.json"
},
"index": 20,
"parentIndex": 6,
"Guid": "fb55b685-b9e7-495f-80d0-36e51672339e"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarIsEntityValid, Assembly-CSharp",
"_entityGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-4005e1f3-3a6d-4f56-9cad-2e27034e867a"
},
"targetGuid": null
}
},
"index": 21,
"parentIndex": 0,
"Guid": "20f590e0-7a5a-439f-bfee-6aa7c165aa56"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
29,
23,
3
]
},
"index": 22,
"parentIndex": 0,
"Guid": "98c07f02-a3f0-47e2-af15-737555251196"
},
{
"$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-46ac83ed-2b34-4800-8724-1406e4770a25"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-4005e1f3-3a6d-4f56-9cad-2e27034e867a"
},
"targetGuid": null
}
}
]
},
"_assetGuid": "c52f15d4f3fc5f348b899272051d869d",
"_assetPath": "Data/AI/BehaviourTree/MearActivity/v3/BTS/BTState_MealActivityAviodOthersServing_v3.json"
},
"index": 23,
"parentIndex": 22,
"Guid": "011b5d46-77ce-4563-8d48-45c90bcbe457"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTDisablePushNode, Assembly-CSharp",
"index": 24,
"parentIndex": 3,
"Guid": "bcbd8723-2882-4883-81ea-76729efadf0c"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
5,
26
]
},
"index": 25,
"parentIndex": 3,
"Guid": "c7c06421-79c1-4b20-b5d6-9ab27b81d8f6"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-bc61d4eb-834e-4204-bdad-454c7285f444"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"_value": true
},
"index": 26,
"parentIndex": 25,
"Guid": "2db197d0-b38b-4b7a-a251-b0a3491504c4"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTConditionDecoratorNode, Assembly-CSharp",
"primitive": null,
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": null
},
"FinishMode": 0,
"_Condition": 28,
"_Child": 4,
"index": 27,
"parentIndex": 3,
"Guid": "02850804-2a56-4c55-b1bc-46334ba8b587"
},
{
"$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-bc61d4eb-834e-4204-bdad-454c7285f444"
},
"targetGuid": null
}
},
"index": 28,
"parentIndex": 27,
"Guid": "b44d8b6d-ae0c-4afb-97af-b065416a3296"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-bc61d4eb-834e-4204-bdad-454c7285f444"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"_value": false
},
"index": 29,
"parentIndex": 22,
"Guid": "27edb5b7-3bfe-4d9e-9a6d-2ea341b39436"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
31,
32,
33,
34,
35
]
},
"index": 30,
"parentIndex": 3,
"Guid": "094a5d17-692f-425e-afed-62a6bb1fad71"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarNotEqualToUInt32, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetDineWorkFoodConfigId, Assembly-CSharp",
"_guid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUInt32, Assembly-CSharp",
"_value": 0
}
},
"index": 31,
"parentIndex": 30,
"Guid": "593b0233-6eaa-4f3c-b195-48f32c796d73"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarLogicNot, Assembly-CSharp",
"_operand": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarArrayContains`1[[System.UInt32, mscorlib]], Assembly-CSharp",
"source": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt32Array, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "StiredFoods-84cc8f8ff79e6b144bed4228c44e5eba-0"
}
},
"target": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetDineWorkFoodConfigId, Assembly-CSharp",
"_guid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
}
}
},
"index": 32,
"parentIndex": 30,
"Guid": "052e3fae-f8d0-454c-b9a6-373dbdb7312d"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "StiredFoods-84cc8f8ff79e6b144bed4228c44e5eba-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarArrayOptAppend`1[[System.UInt32, mscorlib]], Assembly-CSharp",
"source": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt32Array, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "StiredFoods-84cc8f8ff79e6b144bed4228c44e5eba-0"
}
},
"target": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetDineWorkFoodConfigId, Assembly-CSharp",
"_guid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
}
},
"index": 33,
"parentIndex": 30,
"Guid": "8a9290e5-1c29-43e5-88e1-529fdef30570"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTLogNode, Assembly-CSharp",
"Text": "设置搅拌记录",
"IsLogError": true,
"customMsg": null,
"index": 34,
"parentIndex": 30,
"Guid": "e621ac7e-cafd-4699-bb98-52657a3d5fc5"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "LastStiringNPC-f5649510bf226ce41adaf04a8a920928-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerConfigIdEntity, Assembly-CSharp"
},
"index": 35,
"parentIndex": 30,
"Guid": "70fd0a41-4bf4-4a64-8b37-b3217de6710c"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": 863727041,
"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": 716.1344
},
"guid": "3a88fabe-f099-44bf-8226-1634cb551c37",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 240.000015,
"y": 0.0
},
"guid": "314c5caf-197c-483e-8f8b-8f4674f56ebd",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 240.000015,
"y": 207.900009
},
"guid": "b8903421-da98-48ce-be19-d32d88106910",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 656.0,
"y": 2304.0
},
"guid": "b6173cc3-e1dd-475a-8640-f67209557156",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1296.0,
"y": 1648.0
},
"guid": "b8faba3d-bab1-4f75-ae4e-b31eed4086d6",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1312.0,
"y": 2064.0
},
"guid": "7a9a35ec-9f69-4bdc-8a44-7ca2aaaf4607",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1440.0,
"y": 4672.0
},
"guid": "e45505d7-e871-4c11-9a70-1b875c4a2fa7",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1680.0,
"y": 4320.0
},
"guid": "a6646b27-5185-42c1-9a88-b9989ab2774c",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1680.0,
"y": 4576.0
},
"guid": "1936dc58-f08d-4964-ab77-e7edb6a23ba1",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1680.0,
"y": 4848.0
},
"guid": "aa3e0fc0-c7e2-4227-bc78-8e3181cc2b30",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1920.0,
"y": 2944.0
},
"guid": "70e6fccb-e641-4bcc-8911-1b93090faeab",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1680.0,
"y": 2928.0
},
"guid": "c7b2389d-738f-42c4-b350-32cc966bb230",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1920.0,
"y": 2784.0
},
"guid": "d33aa7ad-da41-47ff-88d9-bdaf9a8decc1",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1440.0,
"y": 3440.0
},
"guid": "d15a0eb7-33cc-4b6e-aca0-7b21c2526272",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1680.0,
"y": 3440.0
},
"guid": "b79d1c0a-3716-4259-9dce-b0c30d6499a6",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1920.0,
"y": 3296.0
},
"guid": "ebb52118-49e4-4b75-8aeb-18c273809b9e",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1920.0,
"y": 3456.0
},
"guid": "aa6291e4-39e2-4802-935b-3eb81fbd7268",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1680.0,
"y": 3968.0
},
"guid": "efe07c14-a386-4ecd-8356-26600a4f88c4",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1920.0,
"y": 3808.0
},
"guid": "9aa8c44e-6243-4494-94b9-d65c0c97ba91",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1920.0,
"y": 3968.0
},
"guid": "778501cd-97d5-4570-a282-f0e6c12ebd9b",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1680.0,
"y": 5008.0
},
"guid": "fb55b685-b9e7-495f-80d0-36e51672339e",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 240.000015,
"y": 444.400024
},
"guid": "20f590e0-7a5a-439f-bfee-6aa7c165aa56",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 240.000015,
"y": 1476.2688
},
"guid": "98c07f02-a3f0-47e2-af15-737555251196",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 704.0,
"y": 944.0
},
"guid": "011b5d46-77ce-4563-8d48-45c90bcbe457",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1440.0,
"y": 6624.0
},
"guid": "bcbd8723-2882-4883-81ea-76729efadf0c",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1040.0,
"y": 2176.0
},
"guid": "c7c06421-79c1-4b20-b5d6-9ab27b81d8f6",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1312.0,
"y": 2304.0
},
"guid": "2db197d0-b38b-4b7a-a251-b0a3491504c4",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1040.0,
"y": 1632.0
},
"guid": "02850804-2a56-4c55-b1bc-46334ba8b587",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1296.0,
"y": 1472.0
},
"guid": "b44d8b6d-ae0c-4afb-97af-b065416a3296",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 704.0,
"y": 704.0
},
"guid": "27edb5b7-3bfe-4d9e-9a6d-2ea341b39436",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1456.0,
"y": 5744.0
},
"guid": "094a5d17-692f-425e-afed-62a6bb1fad71",
"comment": "加入搅拌过的菜品数组",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1696.0,
"y": 5312.0
},
"guid": "593b0233-6eaa-4f3c-b195-48f32c796d73",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1696.0,
"y": 5536.0
},
"guid": "052e3fae-f8d0-454c-b9a6-373dbdb7312d",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1696.0,
"y": 5776.0
},
"guid": "8a9290e5-1c29-43e5-88e1-529fdef30570",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1696.0,
"y": 6096.0
},
"guid": "e621ac7e-cafd-4699-bb98-52657a3d5fc5",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1696.0,
"y": 6288.0
},
"guid": "70fd0a41-4bf4-4a64-8b37-b3217de6710c",
"comment": null,
"locked": false,
"collapse": false
}
]
},
"comment": ""
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/BehaviourTree/MearActivity/v3/BTG/BTGraph_MealActivityStiring_v3.json",
"errors": null,
"nodeErrors": {
"$type": "System.Collections.Generic.Dictionary`2[[System.Int32, mscorlib],[System.String, mscorlib]], mscorlib"
}
}