Files
PetitPlanet-Data/AI/01BehaviourTree/BehaviourTree/Adventure/BTAction_ValidateInteractTarget.json
2025-11-11 07:21:48 +07:00

516 lines
18 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": "e28f4dfdf8d4bc84a9463d7cbc021447",
"_assetPath": "Data/AI/Blackboard/v3/Navigation/BB_NavigationInterface.json"
},
{
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "bc02d13fba9218346b7dd7b265c9b693",
"_assetPath": "Data/AI/Blackboard/v3/Interact/BB_InteractContext.json"
},
{
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "b28bc76b1bdcb364a9840cb506b4ba82",
"_assetPath": "Data/AI/Blackboard/v2/Navigation/BB_RepositionStrategy.json"
},
{
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "91c02740761d06f49909ffb642f55030",
"_assetPath": "Data/AI/Blackboard/v2/Navigation/BB_Navigation.json"
},
{
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "94ac42986bd142745b3f1e1d1bf98b59",
"_assetPath": "Data/AI/Blackboard/v3/Utility/BB_AdvDecisionVariables.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": "TempList",
"DataType": 133,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-4981aebf-8d32-458e-b297-f3e9994579a1"
]
}
}
]
}
},
"NewNodesPlaceholder": {
"$type": "miHoYo.HYG.AI.BT.CfgBTBehaviourTreeNode[], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
7
]
},
"_Services": null,
"index": 0,
"parentIndex": -1,
"Guid": "32bbd3e9-99e4-49e0-84fc-0b9c95e2dcc2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSimpleIfElseNode, Assembly-CSharp",
"_True": 2,
"_False": 5,
"_condition": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarTemplateConfig`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"asset": {
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.ConfigVarOfBbConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "ec932573bf0e468b87d86f5a74f5a7bf",
"_assetPath": "Data/ConfigVarTemplates/Adventure/IsEntityValidToCollectAdv.json"
},
"param": {
"$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-b4435146-8c6d-4381-b12a-c2f5fe12f5a6"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "CurrentInteractTarget-bc02d13fba9218346b7dd7b265c9b693-0"
},
"targetGuid": null
}
}
]
}
},
"_defaultRes": false,
"index": 1,
"parentIndex": -1,
"Guid": "59055f38-c6a6-4766-9e25-c9b73e2b749a"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCustomResultNode, Assembly-CSharp",
"result": 0,
"index": 2,
"parentIndex": 1,
"Guid": "555576c0-b049-44a8-86df-3fb8c2b59e28"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "CurrentInteractDesire-bc02d13fba9218346b7dd7b265c9b693-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetNPCInteractDesireByAIQueryAbility, Assembly-CSharp",
"_caller": null,
"_entityGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "CurrentInteractTarget-bc02d13fba9218346b7dd7b265c9b693-0"
},
"targetGuid": null
},
"_testScores": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedInt32Array, Assembly-CSharp"
}
},
"index": 3,
"parentIndex": 8,
"Guid": "af9879ae-c08d-47e1-8710-0f6a5f4c5a74"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTBroadcastGameplayEventNode, Assembly-CSharp",
"Tag": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 667161832
},
"TargetEntityVar": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
},
"index": 4,
"parentIndex": 12,
"Guid": "84c879aa-6c65-44dd-a96f-fb34de1f8c68"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSimpleIfElseNode, Assembly-CSharp",
"_True": -1,
"_False": 6,
"_condition": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarArrayContains`1[[System.UInt64, mscorlib]], Assembly-CSharp",
"source": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64Array, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "PermanentIgnoreList-bc02d13fba9218346b7dd7b265c9b693-0"
}
},
"target": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "CurrentInteractTarget-bc02d13fba9218346b7dd7b265c9b693-0"
},
"targetGuid": null
}
},
"_defaultRes": false,
"index": 5,
"parentIndex": 1,
"Guid": "66505cc2-f8e8-4caf-b2fa-6a64919cf258"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCustomResultNode, Assembly-CSharp",
"result": 0,
"index": 6,
"parentIndex": 5,
"Guid": "c0d5dd10-69cc-45ad-a4cd-9a41990cfbbe"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
8,
12
]
},
"_Services": null,
"index": 7,
"parentIndex": 0,
"Guid": "2ef21eae-aa85-4b6b-b3bb-fbc115fd447d"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
9,
3,
13
]
},
"_Services": null,
"index": 8,
"parentIndex": 7,
"Guid": "ef20efc3-02a2-48c3-a954-329e70ac4926"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarTemplateConfig`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"asset": {
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.ConfigVarOfBbConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "ec932573bf0e468b87d86f5a74f5a7bf",
"_assetPath": "Data/ConfigVarTemplates/Adventure/IsEntityValidToCollectAdv.json"
},
"param": {
"$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-b4435146-8c6d-4381-b12a-c2f5fe12f5a6"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "CurrentInteractTarget-bc02d13fba9218346b7dd7b265c9b693-0"
},
"targetGuid": null
}
}
]
}
},
"index": 9,
"parentIndex": 8,
"Guid": "2fd348a1-519c-4dab-80de-27c794958355"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarLogicNot, Assembly-CSharp",
"_operand": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarArrayContains`1[[System.UInt64, mscorlib]], Assembly-CSharp",
"source": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64Array, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "PermanentIgnoreList-bc02d13fba9218346b7dd7b265c9b693-0"
}
},
"target": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "CurrentInteractTarget-bc02d13fba9218346b7dd7b265c9b693-0"
},
"targetGuid": null
}
}
},
"index": 10,
"parentIndex": -1,
"Guid": "40b1d870-81ff-447c-8eff-f7655f33abbe"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCustomResultNode, Assembly-CSharp",
"result": 1,
"index": 11,
"parentIndex": 12,
"Guid": "e20ceb65-63f7-4619-8bbb-f26d75b0d376"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
4,
11
]
},
"_Services": null,
"index": 12,
"parentIndex": 7,
"Guid": "4758100f-b09f-4853-9919-8cb129a64d9b"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedLogicAnd, Assembly-CSharp",
"_operands": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.IConfigVar`1[[System.Boolean, mscorlib]], Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarLogicNot, Assembly-CSharp",
"_operand": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarArrayContains`1[[miHoYo.HYG.Entities.Entity, Assembly-CSharp]], Assembly-CSharp",
"source": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardEntityArray, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "PermanentIgnoreList-bc02d13fba9218346b7dd7b265c9b693-0"
}
},
"target": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardEntity, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "CurrentInteractTarget-bc02d13fba9218346b7dd7b265c9b693-0"
},
"targetGuid": null
}
}
}
]
}
},
"index": 13,
"parentIndex": 8,
"Guid": "0c6db652-a425-44ba-a571-f71144989cdf"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": -1250390386,
"editorData": {
"$type": "miHoYo.HYG.JsonGraph.GraphEditorData, Assembly-CSharp",
"danglingIndexes": {
"$type": "System.Int32[], mscorlib",
"$values": [
1,
10
]
},
"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": 542.850037
},
"guid": "32bbd3e9-99e4-49e0-84fc-0b9c95e2dcc2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 0.0,
"y": 999.350037
},
"guid": "59055f38-c6a6-4766-9e25-c9b73e2b749a",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 249.6,
"y": 986.1501
},
"guid": "555576c0-b049-44a8-86df-3fb8c2b59e28",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 720.000061,
"y": 193.6
},
"guid": "af9879ae-c08d-47e1-8710-0f6a5f4c5a74",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 720.000061,
"y": 711.7
},
"guid": "84c879aa-6c65-44dd-a96f-fb34de1f8c68",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 249.6,
"y": 1107.15
},
"guid": "66505cc2-f8e8-4caf-b2fa-6a64919cf258",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 499.2,
"y": 1154.45007
},
"guid": "c0d5dd10-69cc-45ad-a4cd-9a41990cfbbe",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 240.000015,
"y": 531.850037
},
"guid": "2ef21eae-aa85-4b6b-b3bb-fbc115fd447d",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 480.000031,
"y": 255.750015
},
"guid": "ef20efc3-02a2-48c3-a954-329e70ac4926",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 720.000061,
"y": 0.0
},
"guid": "2fd348a1-519c-4dab-80de-27c794958355",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 0.0,
"y": 1309.55
},
"guid": "40b1d870-81ff-447c-8eff-f7655f33abbe",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 720.000061,
"y": 961.4
},
"guid": "e20ceb65-63f7-4619-8bbb-f26d75b0d376",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 480.000031,
"y": 807.95
},
"guid": "4758100f-b09f-4853-9919-8cb129a64d9b",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 720.000061,
"y": 509.300018
},
"guid": "0c6db652-a425-44ba-a571-f71144989cdf",
"comment": "",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/BehaviourTree/Adventure/BTAction_ValidateInteractTarget.json",
"errors": null,
"nodeErrors": {
"$type": "System.Collections.Generic.Dictionary`2[[System.Int32, mscorlib],[System.String, mscorlib]], mscorlib"
}
}