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

475 lines
15 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": []
},
"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": "ToolConfigId",
"DataType": 3,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-dc920248-2d75-4dc4-8f8c-8db6d9e228c1"
]
}
},
{
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp",
"isStatic": false,
"mustNoSharing": true,
"showName": "MakeId",
"DataType": 6,
"sharingStrategy": 1,
"category": null,
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-c301cea9-639a-4509-9576-707b3c05fb06"
]
}
}
]
}
},
"NewNodesPlaceholder": {
"$type": "miHoYo.HYG.AI.BT.CfgBTBehaviourTreeNode[], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
5,
13
]
},
"_Services": null,
"index": 0,
"parentIndex": -1,
"Guid": "355956b1-0812-46d7-bda6-b523320ede00"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
6,
7,
12,
3,
4
]
},
"_Services": null,
"index": 1,
"parentIndex": -1,
"Guid": "379983ae-a6a3-4178-a317-1b49349e221c"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSendEventWithUInt64Arg, Assembly-CSharp",
"_eventId": 2062,
"_args": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUInt64Array, Assembly-CSharp",
"_values": {
"$type": "miHoYo.HYG.DataSharing.IConfigVar`1[[System.UInt64, mscorlib]][], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetFirstToolMakeIdByConfigId, Assembly-CSharp",
"_entityGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
},
"_configId": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-dc920248-2d75-4dc4-8f8c-8db6d9e228c1"
},
"targetGuid": null
}
}
]
}
},
"_toObject": true,
"index": 2,
"parentIndex": -1,
"Guid": "437bcf8b-3d10-48a9-bd72-5e2fc79c1819"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitFramesNode, Assembly-CSharp",
"frames": null,
"index": 3,
"parentIndex": 1,
"Guid": "5c4d590b-d49f-453d-af12-023caf21047f"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 2.0,
"IsRandom": false,
"MinWaitTime": 0.0,
"MaxWaitTime": 0.0,
"index": 4,
"parentIndex": 1,
"Guid": "03699c15-ba22-416f-9f94-a5ecfc67350b"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarEqualToUInt32, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetCurrentToolConfigId, Assembly-CSharp",
"_entityGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
}
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-dc920248-2d75-4dc4-8f8c-8db6d9e228c1"
},
"targetGuid": null
}
},
"index": 5,
"parentIndex": 0,
"Guid": "520a3681-72b7-406f-86f8-d0cfbd28474d"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-c301cea9-639a-4509-9576-707b3c05fb06"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetFirstToolMakeIdByConfigId, Assembly-CSharp",
"_entityGuid": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGetOwnerEntity, Assembly-CSharp"
},
"_configId": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-dc920248-2d75-4dc4-8f8c-8db6d9e228c1"
},
"targetGuid": null
}
},
"index": 6,
"parentIndex": 1,
"Guid": "6470e0b5-0951-48a6-b1b6-42803df4e3fa"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSelectorNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
8,
10
]
},
"_Services": null,
"index": 7,
"parentIndex": 1,
"Guid": "58a998d2-07a6-4d9b-89d7-6bd2aeee6ee4"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCommonConditionNode, Assembly-CSharp",
"ConditionGraph": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarNotEqualToUInt64, Assembly-CSharp",
"_lhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-c301cea9-639a-4509-9576-707b3c05fb06"
},
"targetGuid": null
},
"_rhs": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUInt64, Assembly-CSharp",
"_value": 0
}
},
"index": 8,
"parentIndex": 7,
"Guid": "4fb7b9d8-2c2d-4e96-99d0-94fbd1ea7cd9"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTLogNode, Assembly-CSharp",
"Text": "找不到道具!",
"IsLogError": true,
"customMsg": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-dc920248-2d75-4dc4-8f8c-8db6d9e228c1"
},
"targetGuid": null
},
"index": 9,
"parentIndex": 10,
"Guid": "d725dfb6-49b4-4e4e-8f75-d53864d8cc27"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": {
"$type": "System.Int32[], mscorlib",
"$values": [
9,
11
]
},
"_Services": null,
"index": 10,
"parentIndex": 7,
"Guid": "0a3b261d-0d34-42e8-b10d-27084ed87bba"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTCustomResultNode, Assembly-CSharp",
"result": 1,
"index": 11,
"parentIndex": 10,
"Guid": "b21cf37e-6405-4b08-86cb-6905bb9ca577"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTDoSwitchToolTaskNode, Assembly-CSharp",
"toolConfigId": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-dc920248-2d75-4dc4-8f8c-8db6d9e228c1"
},
"targetGuid": null
},
"index": 12,
"parentIndex": 1,
"Guid": "045ab927-4c49-4da5-a8d0-0092e97b6c76"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTRunAbilityNode, Assembly-CSharp",
"abilityName": {
"$type": "miHoYo.HYG.GameplayAbilities.GameplayAbilityName, Assembly-CSharp",
"_value": "NpcSwitchTool"
},
"attemptToStopBehavior": true,
"attemptToResetPosture": true,
"runningPolicy": 1,
"provideEventData": true,
"eventTag": null,
"target": null,
"customEventDataWrapper": {
"$type": "miHoYo.HYG.Entities.GameplayEvents.AISwitchToolEventDataConfigVarWrapper, Assembly-CSharp",
"toolConfigId": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-dc920248-2d75-4dc4-8f8c-8db6d9e228c1"
},
"targetGuid": null
},
"isImmediately": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": false
}
},
"index": 13,
"parentIndex": 0,
"Guid": "0d1b4624-bb0e-417e-a8ba-3d3d257f0d47"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": 590389580,
"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": -416.0,
"y": 832.0
},
"guid": "355956b1-0812-46d7-bda6-b523320ede00",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 192.0,
"y": 928.0
},
"guid": "379983ae-a6a3-4178-a317-1b49349e221c",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1056.0,
"y": 1136.0
},
"guid": "437bcf8b-3d10-48a9-bd72-5e2fc79c1819",
"comment": "发送lua事件切换道具",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 640.0,
"y": 1456.0
},
"guid": "5c4d590b-d49f-453d-af12-023caf21047f",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 608.0,
"y": 1632.0
},
"guid": "03699c15-ba22-416f-9f94-a5ecfc67350b",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -80.0,
"y": 656.0
},
"guid": "520a3681-72b7-406f-86f8-d0cfbd28474d",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 608.0,
"y": 400.0
},
"guid": "6470e0b5-0951-48a6-b1b6-42803df4e3fa",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 656.0508,
"y": 713.7987
},
"guid": "58a998d2-07a6-4d9b-89d7-6bd2aeee6ee4",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1008.0,
"y": 464.0
},
"guid": "4fb7b9d8-2c2d-4e96-99d0-94fbd1ea7cd9",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1232.0,
"y": 656.0
},
"guid": "d725dfb6-49b4-4e4e-8f75-d53864d8cc27",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 928.8507,
"y": 800.7986
},
"guid": "0a3b261d-0d34-42e8-b10d-27084ed87bba",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 1239.65076,
"y": 873.998657
},
"guid": "b21cf37e-6405-4b08-86cb-6905bb9ca577",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 704.0,
"y": 1216.0
},
"guid": "045ab927-4c49-4da5-a8d0-0092e97b6c76",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -96.0,
"y": 1024.0
},
"guid": "0d1b4624-bb0e-417e-a8ba-3d3d257f0d47",
"comment": "",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/BehaviourTree/AtomTree/Atom_PlayerSwitchTool.json",
"errors": null,
"nodeErrors": {
"$type": "System.Collections.Generic.Dictionary`2[[System.Int32, mscorlib],[System.String, mscorlib]], mscorlib"
}
}