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

598 lines
19 KiB
JSON

{
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeGraph, Assembly-CSharp",
"redirectData": null,
"blackboardConfigs": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.BlackboardSelectKeyParameterSetting, Assembly-CSharp]], mscorlib",
"$values": []
},
"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": "9946099a4bfbddf47a93876dbee2d9e4",
"_assetPath": "Data/Statescript/Ability/PerformItem/PerformItem_Board.json"
},
{
"$type": "miHoYo.JsonPicker`1[[miHoYo.HYG.DataSharing.SingleBlackboardConfig, Assembly-CSharp]], Assembly-CSharp",
"_assetGuid": "e7c61f0008277ff48b083e6c630e2889",
"_assetPath": "Data/Statescript/Ability/PerformItem/PerformItem_OwnerConfigBoard.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": "UseTime",
"DataType": 4,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-e4d6ccd5-3808-4ede-88d3-2952ce795c18"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "AlterID",
"DataType": 2,
"sharingStrategy": 1,
"category": null,
"comment": "用来指定动画变体的序号,目前只有中体型且是书的情况下可以用。萨弗里翻书。",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-d879bdf4-9a3c-45e6-a8a5-1e8461bc0cf0"
]
}
}
]
}
},
"NewNodesPlaceholder": {
"$type": "miHoYo.HYG.AI.BT.CfgBTBehaviourTreeNode[], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Services": null,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
3,
20,
5
]
},
"index": 0,
"parentIndex": 4,
"Guid": "f4e23a05-0e12-4b8b-a6f1-548a04f819a2"
},
{
"$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": "849bb24921ecd01418d6f8151ff71c7f",
"_assetPath": "Data/AI/BehaviourTree/AtomTree/Atom_StopNavigation.json"
},
"index": 1,
"parentIndex": -1,
"Guid": "66af3cbc-4e33-4730-b730-1bc26568597f"
},
{
"$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": "70bca396a66bdf94dbe23f43ec516b9a",
"_assetPath": "Data/AI/BehaviourTree/AtomTree/Atom_StopBehaviour.json"
},
"index": 2,
"parentIndex": -1,
"Guid": "b38c4918-315a-4201-a534-6415e9e390fb"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarNotEqualToUInt32, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetCurrentToolConfigId, Assembly-CSharp",
"_entityGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUInt32, Assembly-CSharp",
"_value": 0
}
},
"index": 3,
"parentIndex": 0,
"Guid": "21df202b-c748-4b0e-83c0-5761512ab40e"
},
{
"$type": "Planilo.BT.CfgBTRestartOnResumeNode, Assembly-CSharp",
"_Child": 0,
"index": 4,
"parentIndex": -1,
"Guid": "3263321d-0443-459c-9e3c-983651061538"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSimpleIfElseNode, Assembly-CSharp",
"_True": 6,
"_False": 8,
"_condition": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarLessThanOrEqualToInt32, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-d879bdf4-9a3c-45e6-a8a5-1e8461bc0cf0"
},
"targetGuid": null
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.Int32, mscorlib]], Assembly-CSharp",
"_value": 0
}
},
"_defaultRes": false,
"index": 5,
"parentIndex": 0,
"Guid": "f43b7852-bb9f-4469-88fc-bc2bb9a4542f"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Services": null,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
7,
10
]
},
"index": 6,
"parentIndex": 5,
"Guid": "703ddb05-ddbb-42ad-9400-136c02671482"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTBroadcastGameplayEventNode, Assembly-CSharp",
"Tag": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 938705000
},
"TargetEntityVar": null,
"index": 7,
"parentIndex": 6,
"Guid": "e2b9b327-0e19-4aad-afaa-99c88f754fe2"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Services": null,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
9,
16
]
},
"index": 8,
"parentIndex": 5,
"Guid": "596302c8-dc99-4206-b317-16bbc42824e0"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTBroadcastGameplayEventNode, Assembly-CSharp",
"Tag": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 413216796
},
"TargetEntityVar": null,
"index": 9,
"parentIndex": 8,
"Guid": "53e65a7d-16ff-4e01-949c-d5a455180e63"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTParallelOneResultNode, Assembly-CSharp",
"anyFailedReturn": true,
"anySuccessReturn": true,
"_Services": null,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
11,
12
]
},
"index": 10,
"parentIndex": 6,
"Guid": "828b45c1-3282-46b2-a600-0ef16ddd0cd1"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitGameplayEventNode, Assembly-CSharp",
"Tag": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 1189943306
},
"index": 11,
"parentIndex": 10,
"Guid": "4a37c7d8-7034-45da-b9cd-5707786be612"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Services": null,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
13,
14
]
},
"index": 12,
"parentIndex": 10,
"Guid": "0b05183d-463f-47b4-b65d-7388bbdee387"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitGameplayEventNode, Assembly-CSharp",
"Tag": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 1965235037
},
"index": 13,
"parentIndex": 12,
"Guid": "f100b7cf-e2a6-4fc6-a527-dcd0695ff18c"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCustomResultNode, Assembly-CSharp",
"result": 1,
"index": 14,
"parentIndex": 12,
"Guid": "9a60c7b4-5446-4426-b309-3b7cdd66b70d"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Services": null,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
18,
19
]
},
"index": 15,
"parentIndex": 16,
"Guid": "2dda9297-9ea8-4fa6-a95b-9be3c97be438"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTParallelOneResultNode, Assembly-CSharp",
"anyFailedReturn": true,
"anySuccessReturn": true,
"_Services": null,
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
17,
15
]
},
"index": 16,
"parentIndex": 8,
"Guid": "0911ff94-a95d-40e3-a235-023ccda5bee7"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitGameplayEventNode, Assembly-CSharp",
"Tag": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 1189943306
},
"index": 17,
"parentIndex": 16,
"Guid": "b00f0558-b9ca-4c75-bfa3-3b8c0f633951"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitGameplayEventNode, Assembly-CSharp",
"Tag": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 1965235037
},
"index": 18,
"parentIndex": 15,
"Guid": "27a22620-7a09-456a-8c20-e4a7e14a8601"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCustomResultNode, Assembly-CSharp",
"result": 1,
"index": 19,
"parentIndex": 15,
"Guid": "c47877a1-faed-4fca-8c27-b2a1d1e88756"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarEqualToString, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetCurrentStateName, Assembly-CSharp",
"_owner": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedString, Assembly-CSharp",
"_value": "Loop"
}
},
"index": 20,
"parentIndex": 0,
"Guid": "76b4ed95-3756-4e0d-847c-74fb4e70591b"
}
]
},
"containers": null,
"rootIndex": 4,
"nodesHash": -1707750461,
"editorData": {
"$type": "miHoYo.HYG.JsonGraph.GraphEditorData, Assembly-CSharp",
"danglingIndexes": {
"$type": "System.Int32[], mscorlib",
"$values": [
1,
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": 249.6,
"y": 317.5219
},
"guid": "f4e23a05-0e12-4b8b-a6f1-548a04f819a2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 0.0,
"y": 516.621948
},
"guid": "66af3cbc-4e33-4730-b730-1bc26568597f",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 0.0,
"y": 662.921936
},
"guid": "b38c4918-315a-4201-a534-6415e9e390fb",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 489.600037,
"y": 0.0
},
"guid": "21df202b-c748-4b0e-83c0-5761512ab40e",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 0.0,
"y": 368.121918
},
"guid": "3263321d-0443-459c-9e3c-983651061538",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 489.600037,
"y": 553.6438
},
"guid": "f43b7852-bb9f-4469-88fc-bc2bb9a4542f",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 739.2001,
"y": 220.825012
},
"guid": "703ddb05-ddbb-42ad-9400-136c02671482",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 979.2001,
"y": 0.0
},
"guid": "e2b9b327-0e19-4aad-afaa-99c88f754fe2",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 739.2001,
"y": 989.862549
},
"guid": "596302c8-dc99-4206-b317-16bbc42824e0",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 979.2001,
"y": 746.9
},
"guid": "53e65a7d-16ff-4e01-949c-d5a455180e63",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 979.2001,
"y": 376.750031
},
"guid": "828b45c1-3282-46b2-a600-0ef16ddd0cd1",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1219.20007,
"y": 248.6
},
"guid": "4a37c7d8-7034-45da-b9cd-5707786be612",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1219.20007,
"y": 569.800049
},
"guid": "0b05183d-463f-47b4-b65d-7388bbdee387",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1459.20007,
"y": 486.2
},
"guid": "f100b7cf-e2a6-4fc6-a527-dcd0695ff18c",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1459.20007,
"y": 710.600037
},
"guid": "9a60c7b4-5446-4426-b309-3b7cdd66b70d",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1219.20007,
"y": 1338.15
},
"guid": "2dda9297-9ea8-4fa6-a95b-9be3c97be438",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 979.2001,
"y": 1148.125
},
"guid": "0911ff94-a95d-40e3-a235-023ccda5bee7",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1219.20007,
"y": 995.5
},
"guid": "b00f0558-b9ca-4c75-bfa3-3b8c0f633951",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1459.20007,
"y": 1244.1
},
"guid": "27a22620-7a09-456a-8c20-e4a7e14a8601",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1459.20007,
"y": 1489.4
},
"guid": "c47877a1-faed-4fca-8c27-b2a1d1e88756",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 489.600037,
"y": 216.700012
},
"guid": "76b4ed95-3756-4e0d-847c-74fb4e70591b",
"comment": "",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/BehaviourTree/AtomTree/Atom_UsePerforItemLv2.json",
"errors": null,
"nodeErrors": null
}