Files
PetitPlanet-Data/AI/01BehaviourTree/Gameplay/Partner/V2/BTG/BTGraph_PartnerDoLikePlayer_v2.json
2025-11-11 07:21:48 +07:00

612 lines
20 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": [
{
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "3c77a46f968a1b64992fa81e0f0f2b0e",
"_assetPath": "Data/AI/02Blackboard/Gameplay/Partner/BB_Partner_v2.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": "CachePlayerDoing",
"DataType": 2,
"sharingStrategy": 1,
"category": null,
"comment": "缓存玩家在干啥1. 坐、2.钓鱼、3.躺着)",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-a4fbb686-1be2-4cad-8976-90819da85a92"
]
}
}
]
}
},
"NewNodesPlaceholder": {
"$type": "miHoYo.HYG.AI.BT.CfgBTBehaviourTreeNode[], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
4,
1,
5,
15,
17
]
},
"_Services": null,
"index": 0,
"parentIndex": -1,
"Guid": "649e8b59-86ae-4744-bdb6-cf570ceb8071"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
2,
3
]
},
"_Services": null,
"index": 1,
"parentIndex": 0,
"Guid": "05b2cddd-13c6-4d7f-ba02-6d5ed31ca7c3"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "PlayerDoLock-3c77a46f968a1b64992fa81e0f0f2b0e-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": true
},
"index": 2,
"parentIndex": 1,
"Guid": "787e35c7-e10f-4d4b-a4ba-f2abd531f6e7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-a4fbb686-1be2-4cad-8976-90819da85a92"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "CurPlayerDoing-3c77a46f968a1b64992fa81e0f0f2b0e-0"
},
"targetGuid": null
},
"index": 3,
"parentIndex": 1,
"Guid": "d435e32f-93bd-40c2-b47b-f28c98e3b21e"
},
{
"$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": "4587b53b31444981b03986f24d68455c",
"_assetPath": "Data/AI/01BehaviourTree/Gameplay/Partner/V2/BTA/BTAction_PartnerRefreshSceneParams_v2.json"
},
"index": 4,
"parentIndex": 0,
"Guid": "00423d1a-a344-4d10-8c91-b8a3dd320232"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTActiveSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
6,
16
]
},
"_Services": null,
"index": 5,
"parentIndex": 0,
"Guid": "7566cbc7-146b-4ea5-9fb1-dbbbf808aa6f"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
7,
8
]
},
"_Services": null,
"index": 6,
"parentIndex": 5,
"Guid": "61b9af7b-3392-445b-8ef8-159aa32692d8"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarLogicAnd, Assembly-CSharp",
"_operands": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBoolArray, Assembly-CSharp",
"_values": {
"$type": "miHoYo.HYG.DataSharing.IConfigVar`1[[System.Boolean, mscorlib]][], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarGreaterThanInt32, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "PlayerDoingCouner-3c77a46f968a1b64992fa81e0f0f2b0e-0"
},
"targetGuid": null
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 10
}
}
]
}
}
},
"index": 7,
"parentIndex": 6,
"Guid": "2cce7af1-9e49-4d99-89a0-e5ee7d54ebc5"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
9,
12
]
},
"_Services": null,
"index": 8,
"parentIndex": 6,
"Guid": "17e9a849-e614-4df2-8188-789005c97270"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
10,
11
]
},
"_Services": null,
"index": 9,
"parentIndex": 8,
"Guid": "10540d4d-d363-4482-ba4e-7e53345b93c4"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarEqualToInt32, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-a4fbb686-1be2-4cad-8976-90819da85a92"
},
"targetGuid": null
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 1
}
},
"index": 10,
"parentIndex": 9,
"Guid": "5f1cfbcd-f1df-4a2f-8d77-ff1e111958a8"
},
{
"$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": "0a6643c2bb20482590331618bbd79500",
"_assetPath": "Data/AI/01BehaviourTree/Gameplay/Partner/V2/BTS/BTGraph_PartnerShouldSitWithPlayer_v2.json"
},
"index": 11,
"parentIndex": 9,
"Guid": "3469f0b1-0721-4081-82e1-000757ba5d7e"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
13,
14
]
},
"_Services": null,
"index": 12,
"parentIndex": 8,
"Guid": "ddc21d8b-fb4d-4ac4-a70a-ca3d5f34a244"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarEqualToInt32, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-a4fbb686-1be2-4cad-8976-90819da85a92"
},
"targetGuid": null
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 2
}
},
"index": 13,
"parentIndex": 12,
"Guid": "496d6074-ec01-4165-92d3-7abc08ddf1a5"
},
{
"$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": "4c3196145755401dbbcaed474e3ed773",
"_assetPath": "Data/AI/01BehaviourTree/Gameplay/Partner/V2/BTS/BTGraph_PartnerShouldFishingWithPlayer_v2.json"
},
"index": 14,
"parentIndex": 12,
"Guid": "74399fb4-e0b6-4001-9aca-20ff964660a6"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "PlayerDoLock-3c77a46f968a1b64992fa81e0f0f2b0e-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": false
},
"index": 15,
"parentIndex": 0,
"Guid": "36f97bf5-e51e-422a-b120-15a6cea27826"
},
{
"$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-6d5fa761-66cd-437c-84b8-153fbe2fb9c7"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerPlayerEntityByNpc, Assembly-CSharp",
"_npcGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-2873250b-137e-43b0-bb78-db3536e7b5c6"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 1.5
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-4ad3747e-4e71-412f-8de6-2f757a27223e"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": true
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-ade80c25-3821-43bc-9247-9800c6cc9a48"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 999999.0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-1abaf7f5-83d7-419d-9a62-4ba9e59e4289"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32, Assembly-CSharp",
"_value": 3
}
}
]
},
"_assetGuid": "2c41ab5b2a2d4b53b2bdab27521f5352",
"_assetPath": "Data/AI/01BehaviourTree/BehaviourTree/BTv3_RefreshNew/BTS/BTState_SmoothFollowTarget_v3.json"
},
"index": 16,
"parentIndex": 5,
"Guid": "97afd961-edf7-40b9-9509-6556bfbf1a84"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 1.0,
"IsRandom": false,
"MinWaitTime": 0.0,
"MaxWaitTime": 0.0,
"index": 17,
"parentIndex": 0,
"Guid": "939e2ecd-3373-4b9d-9065-e060fb4b6e3f"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": 1555958405,
"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": -576.0,
"y": 192.0
},
"guid": "649e8b59-86ae-4744-bdb6-cf570ceb8071",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -288.0,
"y": -544.0
},
"guid": "05b2cddd-13c6-4d7f-ba02-6d5ed31ca7c3",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -16.0,
"y": -544.0
},
"guid": "787e35c7-e10f-4d4b-a4ba-f2abd531f6e7",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 256.0,
"y": -544.0
},
"guid": "d435e32f-93bd-40c2-b47b-f28c98e3b21e",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -288.0,
"y": -896.0
},
"guid": "00423d1a-a344-4d10-8c91-b8a3dd320232",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -288.0,
"y": 192.0
},
"guid": "7566cbc7-146b-4ea5-9fb1-dbbbf808aa6f",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 32.0,
"y": 192.0
},
"guid": "61b9af7b-3392-445b-8ef8-159aa32692d8",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 288.0,
"y": 64.0
},
"guid": "2cce7af1-9e49-4d99-89a0-e5ee7d54ebc5",
"comment": "如果玩家已经做了某事做了一定时间了",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 288.0,
"y": 688.0
},
"guid": "17e9a849-e614-4df2-8188-789005c97270",
"comment": "起码在这一瞬间,玩家还是保持的",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 608.0,
"y": 368.0
},
"guid": "10540d4d-d363-4482-ba4e-7e53345b93c4",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 864.0,
"y": 368.0
},
"guid": "5f1cfbcd-f1df-4a2f-8d77-ff1e111958a8",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 864.0,
"y": 608.0
},
"guid": "3469f0b1-0721-4081-82e1-000757ba5d7e",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 608.0,
"y": 992.0
},
"guid": "ddc21d8b-fb4d-4ac4-a70a-ca3d5f34a244",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 864.0,
"y": 992.0
},
"guid": "496d6074-ec01-4165-92d3-7abc08ddf1a5",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 864.0,
"y": 1232.0
},
"guid": "74399fb4-e0b6-4001-9aca-20ff964660a6",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -256.0,
"y": 1824.0
},
"guid": "36f97bf5-e51e-422a-b120-15a6cea27826",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 48.0,
"y": 1264.0
},
"guid": "97afd961-edf7-40b9-9509-6556bfbf1a84",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -256.0,
"y": 2144.0
},
"guid": "939e2ecd-3373-4b9d-9065-e060fb4b6e3f",
"comment": "",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/Gameplay/Partner/V2/BTG/BTGraph_PartnerDoLikePlayer_v2.json",
"errors": null,
"nodeErrors": {
"$type": "System.Collections.Generic.Dictionary`2[[System.Int32, mscorlib],[System.String, mscorlib]], mscorlib"
}
}