CNCBWin0.83.5_C349455_R356048_D356048

This commit is contained in:
amizing25
2025-11-11 07:21:48 +07:00
commit 2c9a38628c
25703 changed files with 12399349 additions and 0 deletions

View File

@@ -0,0 +1,975 @@
{
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeGraph, Assembly-CSharp",
"redirectData": null,
"blackboardConfigs": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": null,
"configs": null,
"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": "TargetEntityArray",
"DataType": 133,
"sharingStrategy": 1,
"category": null,
"comment": "如果屋里没椅子直接退出goal",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-bdb10edc-ad44-4588-96f5-ee3083166628"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "TargetSeat",
"DataType": 6,
"sharingStrategy": 1,
"category": null,
"comment": "要坐的目标椅子",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-5cab2d44-5166-45b7-826e-4e8d33aea284"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "IfSuccessSit",
"DataType": 1,
"sharingStrategy": 1,
"defaultValue": {
"$type": "miHoYo.HYG.DataSharing.UnionDefaultBool, Assembly-CSharp",
"_value": false
},
"category": null,
"comment": "是否成功坐下了",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-2bf60608-4046-4d6c-a3c0-375ff4116f51"
]
}
}
]
}
},
"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,
18
]
},
"_Services": null,
"index": 0,
"parentIndex": -1,
"Guid": "1804e4d2-d8b4-447b-a59b-660952c53306"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 1.0,
"IsRandom": false,
"MinWaitTime": 0.0,
"MaxWaitTime": 0.0,
"index": 1,
"parentIndex": 0,
"Guid": "34a76af0-8541-44ea-a6d1-44ee75093678"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
4,
6
]
},
"_Services": null,
"index": 2,
"parentIndex": 5,
"Guid": "4cf34f26-b698-4244-a2f9-9578d9b057b2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTConditionDecoratorNode, Assembly-CSharp",
"primitive": null,
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": null
},
"FinishMode": 0,
"_Condition": 7,
"_Child": 25,
"index": 3,
"parentIndex": 6,
"Guid": "7d68e580-ccd5-4c80-81ce-c6d9e7b8181e"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTEQSNode, Assembly-CSharp",
"queryConfig": {
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.EntityQueryConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "4280f1b677581a748b553a3c99c435d2",
"_assetPath": "Data/Query/EQS/00AI/Daily/Find/EQS_DailyCanSit.json"
},
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-bdb10edc-ad44-4588-96f5-ee3083166628"
},
"bbParams": {
"$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-133f6a73-f6c6-4d80-9772-dbbf68b19c7f"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 20.0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-053cbdd0-4f36-4f45-8e47-7aa9834073f0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
}
]
},
"_Next": -1,
"index": 4,
"parentIndex": 2,
"Guid": "cfcee841-72b0-4a83-ba54-9127053ba7f7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSimpleIfElseNode, Assembly-CSharp",
"_True": 17,
"_False": 2,
"_condition": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarIsEntitySitting, Assembly-CSharp",
"_guid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
},
"_defaultRes": false,
"index": 5,
"parentIndex": 19,
"Guid": "6355d541-5327-4c7b-932f-f4fc698f849f"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTActiveSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
3,
8
]
},
"_Services": null,
"index": 6,
"parentIndex": 2,
"Guid": "30e5b412-9fd8-4741-b195-3d2e40f0f049"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarEqualToBool, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardBool, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-2bf60608-4046-4d6c-a3c0-375ff4116f51"
},
"targetGuid": null
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"_value": true
}
},
"index": 7,
"parentIndex": 3,
"Guid": "78d75030-036f-42f1-98ea-27734d608799"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
9,
14
]
},
"_Services": null,
"index": 8,
"parentIndex": 6,
"Guid": "30a1fcc3-7c36-4d32-a74e-38fb103c6fc2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
10,
11,
12,
13
]
},
"_Services": null,
"index": 9,
"parentIndex": 8,
"Guid": "ba89dfc4-010d-4bb1-8149-e89f38b9d586"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTPopFromArrayNode, Assembly-CSharp",
"SaveToBB": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-5cab2d44-5166-45b7-826e-4e8d33aea284"
},
"PopFromBB": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-bdb10edc-ad44-4588-96f5-ee3083166628"
},
"Index": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Int32, mscorlib]], Assembly-CSharp",
"_value": 0
},
"index": 10,
"parentIndex": 9,
"Guid": "79137630-dd6b-472f-a2f5-915f03e6b9a4"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitBBNode, Assembly-CSharp",
"WaitTime": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 2.0
},
"index": 11,
"parentIndex": 9,
"Guid": "9c58f8c8-6308-4751-addd-8ed272dcdec2"
},
{
"$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-b6afb729-aba9-4e47-b733-b2a9acfdd3cc"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-5cab2d44-5166-45b7-826e-4e8d33aea284"
},
"targetGuid": null
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-ae7b5e94-7f2d-4807-bc69-58bb67bc9dcc"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.UInt32, mscorlib]], Assembly-CSharp",
"_value": 0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-254a36f1-3135-49c0-b7aa-1cccd2640a3c"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-625c4d1d-20b9-4dc0-bd5c-8d006cd07d38"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"_value": false
}
}
]
},
"_assetGuid": "7d0612a3baa2ec64e9e4e34e257eb41b",
"_assetPath": "Data/AI/01BehaviourTree/_Modular/Interactable/BTAction_InteractFurniture.json"
},
"index": 12,
"parentIndex": 9,
"Guid": "df88a9f6-a3c3-4f9a-a528-9afca74f64c9"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-2bf60608-4046-4d6c-a3c0-375ff4116f51"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"_value": true
},
"index": 13,
"parentIndex": 9,
"Guid": "790e87c0-1b34-4ec3-ab03-14998dd4f634"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
15,
16
]
},
"_Services": null,
"index": 14,
"parentIndex": 8,
"Guid": "f83707c5-aa8c-41da-99d9-0f1693f2527b"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarEqualToInt32, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarArrayLength, Assembly-CSharp",
"_array": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64Array, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-bdb10edc-ad44-4588-96f5-ee3083166628"
}
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Int32, mscorlib]], Assembly-CSharp",
"_value": 0
}
},
"index": 15,
"parentIndex": 14,
"Guid": "bb4778b5-1498-4dac-9455-538a6c6485d0"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCustomResultNode, Assembly-CSharp",
"result": 1,
"index": 16,
"parentIndex": 14,
"Guid": "c040e9da-27af-4a61-b0d2-657bc71a77a7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
22
]
},
"_Services": null,
"index": 17,
"parentIndex": 5,
"Guid": "67cc18d4-fb3e-4704-a1fe-b3c5ed10ac02"
},
{
"$type": "Planilo.BT.CfgBTRestartOnResumeNode, Assembly-CSharp",
"_Child": 19,
"index": 18,
"parentIndex": 0,
"Guid": "a90b761e-6711-4da0-aa8d-77565733b8c2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
20,
5
]
},
"_Services": null,
"index": 19,
"parentIndex": 18,
"Guid": "e975e2e4-35a2-4b0a-b702-237974e74abb"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-2bf60608-4046-4d6c-a3c0-375ff4116f51"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"_value": false
},
"index": 20,
"parentIndex": 19,
"Guid": "88660121-defd-4b27-a5e8-b889a3fe6344"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitBBNode, Assembly-CSharp",
"WaitTime": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarRandomFloat, Assembly-CSharp",
"_minInclusive": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 5.0
},
"_maxInclusive": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 30.0
}
},
"index": 21,
"parentIndex": 24,
"Guid": "3d2a226f-2173-4654-be32-b49ad133e820"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRepeatNode, Assembly-CSharp",
"RepeaterMode": 2,
"isDynamic": false,
"RepeatCount": 0,
"targetRepeatCount": null,
"RepeatLimit": -1,
"UntilResult": 0,
"_Child": 24,
"index": 22,
"parentIndex": 17,
"Guid": "6a0bef6c-0f4e-4650-8c6a-637e53e35526"
},
{
"$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-fa1fc652-943c-461f-ade8-fc425e42d679"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUInt32Array, Assembly-CSharp",
"_values": {
"$type": "miHoYo.HYG.DataSharing.IConfigVar`1[[System.UInt32, mscorlib]][], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetATLTag, Assembly-CSharp",
"atlTagId": 1225156285
},
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetATLTag, Assembly-CSharp",
"atlTagId": 473087052
},
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetATLTag, Assembly-CSharp",
"atlTagId": 884722362
}
]
}
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-22d5e7c2-7270-4574-9c2f-5343d3cb2d4c"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 3.0
}
}
]
},
"_assetGuid": "63dfa110f5da4311bc3182555df922b3",
"_assetPath": "Data/AI/01BehaviourTree/_Modular/Animation/BTAction_PlayRandomATL.json"
},
"index": 23,
"parentIndex": 24,
"Guid": "b3b667c2-6ec5-4ab4-9954-0d842e76c4bd"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
21,
23
]
},
"_Services": null,
"index": 24,
"parentIndex": 22,
"Guid": "94166df6-7e92-47f9-aade-b7fd0fb6dee8"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRepeatNode, Assembly-CSharp",
"RepeaterMode": 2,
"isDynamic": false,
"RepeatCount": 0,
"targetRepeatCount": null,
"RepeatLimit": -1,
"UntilResult": 0,
"_Child": 26,
"index": 25,
"parentIndex": 3,
"Guid": "f488c436-dd2d-4c41-adf0-0d05564b7638"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
27,
28
]
},
"_Services": null,
"index": 26,
"parentIndex": 25,
"Guid": "9b3182a8-14d6-423c-8d90-1f99d6510bc1"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitBBNode, Assembly-CSharp",
"WaitTime": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarRandomFloat, Assembly-CSharp",
"_minInclusive": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 15.0
},
"_maxInclusive": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 35.0
}
},
"index": 27,
"parentIndex": 26,
"Guid": "62f40203-48da-472f-9512-b1a698ae2ccd"
},
{
"$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-fa1fc652-943c-461f-ade8-fc425e42d679"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUInt32Array, Assembly-CSharp",
"_values": {
"$type": "miHoYo.HYG.DataSharing.IConfigVar`1[[System.UInt32, mscorlib]][], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetATLTag, Assembly-CSharp",
"atlTagId": 1225156285
},
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetATLTag, Assembly-CSharp",
"atlTagId": 473087052
}
]
}
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-22d5e7c2-7270-4574-9c2f-5343d3cb2d4c"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 3.0
}
}
]
},
"_assetGuid": "63dfa110f5da4311bc3182555df922b3",
"_assetPath": "Data/AI/01BehaviourTree/_Modular/Animation/BTAction_PlayRandomATL.json"
},
"index": 28,
"parentIndex": 26,
"Guid": "ce27a290-e8cd-440d-a831-3be3beeb5b72"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": 642008133,
"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": -880.0,
"y": 0.0
},
"guid": "1804e4d2-d8b4-447b-a59b-660952c53306",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -560.0,
"y": -16.0
},
"guid": "34a76af0-8541-44ea-a6d1-44ee75093678",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 304.0,
"y": 368.0
},
"guid": "4cf34f26-b698-4244-a2f9-9578d9b057b2",
"comment": "没坐着,尝试找椅子坐",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 816.0,
"y": 144.0
},
"guid": "7d68e580-ccd5-4c80-81ce-c6d9e7b8181e",
"comment": "成功坐下了",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 576.0,
"y": 128.0
},
"guid": "cfcee841-72b0-4a83-ba54-9127053ba7f7",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 96.0,
"y": 192.0
},
"guid": "6355d541-5327-4c7b-932f-f4fc698f849f",
"comment": "判断是否坐着",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 576.0,
"y": 512.0
},
"guid": "30e5b412-9fd8-4741-b195-3d2e40f0f049",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1040.0,
"y": -208.0
},
"guid": "78d75030-036f-42f1-98ea-27734d608799",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 800.0,
"y": 800.0
},
"guid": "30a1fcc3-7c36-4d32-a74e-38fb103c6fc2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1056.0,
"y": 672.0
},
"guid": "ba89dfc4-010d-4bb1-8149-e89f38b9d586",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1264.0,
"y": 672.0
},
"guid": "79137630-dd6b-472f-a2f5-915f03e6b9a4",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1472.0,
"y": 672.0
},
"guid": "9c58f8c8-6308-4751-addd-8ed272dcdec2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1680.0,
"y": 672.0
},
"guid": "df88a9f6-a3c3-4f9a-a528-9afca74f64c9",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1984.0,
"y": 688.0
},
"guid": "790e87c0-1b34-4ec3-ab03-14998dd4f634",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1040.0,
"y": 992.0
},
"guid": "f83707c5-aa8c-41da-99d9-0f1693f2527b",
"comment": "如果数组空了就failure",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1264.0,
"y": 928.0
},
"guid": "bb4778b5-1498-4dac-9455-538a6c6485d0",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1280.0,
"y": 1216.0
},
"guid": "c040e9da-27af-4a61-b0d2-657bc71a77a7",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 288.0,
"y": -256.0
},
"guid": "67cc18d4-fb3e-4704-a1fe-b3c5ed10ac02",
"comment": "已经在坐着",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -560.0,
"y": 144.0
},
"guid": "a90b761e-6711-4da0-aa8d-77565733b8c2",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -176.0,
"y": 176.0
},
"guid": "e975e2e4-35a2-4b0a-b702-237974e74abb",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 64.0,
"y": -96.0
},
"guid": "88660121-defd-4b27-a5e8-b889a3fe6344",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 992.0,
"y": -800.0
},
"guid": "3d2a226f-2173-4654-be32-b49ad133e820",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 544.0,
"y": -512.0
},
"guid": "6a0bef6c-0f4e-4650-8c6a-637e53e35526",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 992.0,
"y": -624.0
},
"guid": "b3b667c2-6ec5-4ab4-9954-0d842e76c4bd",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 752.0,
"y": -592.0
},
"guid": "94166df6-7e92-47f9-aade-b7fd0fb6dee8",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1088.0,
"y": 128.0
},
"guid": "f488c436-dd2d-4c41-adf0-0d05564b7638",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1296.0,
"y": 48.0
},
"guid": "9b3182a8-14d6-423c-8d90-1f99d6510bc1",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1536.0,
"y": -160.0
},
"guid": "62f40203-48da-472f-9512-b1a698ae2ccd",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1536.0,
"y": 16.0
},
"guid": "ce27a290-e8cd-440d-a831-3be3beeb5b72",
"comment": "",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/Daily/General/SelfHome/SitRelaxInHome/PlayAction/BTAction_SitRelaxInHome_PlayAction.json",
"errors": null,
"nodeErrors": {
"$type": "System.Collections.Generic.Dictionary`2[[System.Int32, mscorlib],[System.String, mscorlib]], mscorlib"
}
}