Files
PetitPlanet-Data/AI/01BehaviourTree/Daily/PreWorldIncident/BTGraph_PWIWantToCallSomebody.json
2025-11-11 07:21:48 +07:00

218 lines
7.3 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": "89c64f445268c2b469c589594c6a4e3d",
"_assetPath": "Data/AI/02Blackboard/Daily/PreWorldIncident/BB_PreWorldIncident.json"
}
]
},
"noSharingKeys": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.BlackboardConfigData, Assembly-CSharp]], mscorlib",
"$values": []
}
},
"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,
3,
5,
2,
4
]
},
"_Services": null,
"index": 0,
"parentIndex": -1,
"Guid": "f50f2e42-49a5-4625-9594-7aacde7b35c5"
},
{
"$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-ca0a6488-2174-4d6b-82b0-78cf5cd58f97"
},
"value": null
}
]
},
"_assetGuid": "7be090ea3385452984cb679bedde7fdd",
"_assetPath": "Data/AI/01BehaviourTree/BehaviourTree/BTv3_RefreshNew/BTA/BTAction_InitializeEverything_v3.json"
},
"index": 1,
"parentIndex": 0,
"Guid": "bfc4bb2a-5ab7-46c7-95f1-404a2e4fc978"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 0.0,
"IsRandom": true,
"MinWaitTime": 2.0,
"MaxWaitTime": 4.0,
"index": 2,
"parentIndex": 0,
"Guid": "5cb4a8ec-5926-48d5-9547-6903f4105ce0"
},
{
"$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-5ed5bc25-40b4-4008-b513-eda620e49f2e"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedBool, Assembly-CSharp",
"_value": true
}
}
]
},
"_assetGuid": "3620a0af661c45398a6d0818b7dcbbcd",
"_assetPath": "Data/AI/01BehaviourTree/Daily/PreWorldIncident/Modular/BTA/BTAction_PWIFindNPCList.json"
},
"index": 3,
"parentIndex": 0,
"Guid": "55e34cc1-556d-4682-8adb-3d2abb7d8509"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSequencerNode, Assembly-CSharp",
"_Children": null,
"_Services": null,
"index": 4,
"parentIndex": 0,
"Guid": "785161ac-fe8d-4b3c-b283-7893d51edbc4"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSetBlackboardNode, Assembly-CSharp",
"targetKey": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "WantToChoose-89c64f445268c2b469c589594c6a4e3d-0"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarArrayRandomChoice`1[[System.UInt64, mscorlib]], Assembly-CSharp",
"Source": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardUInt64Array, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "NPCList-89c64f445268c2b469c589594c6a4e3d-0"
}
}
},
"index": 5,
"parentIndex": 0,
"Guid": "0fc094fd-4b0e-4938-8c0b-b4c7e767bfd0"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": -1302800832,
"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": -448.0,
"y": -64.0
},
"guid": "f50f2e42-49a5-4625-9594-7aacde7b35c5",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -208.0,
"y": -480.0
},
"guid": "bfc4bb2a-5ab7-46c7-95f1-404a2e4fc978",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -208.0,
"y": 304.0
},
"guid": "5cb4a8ec-5926-48d5-9547-6903f4105ce0",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -208.0,
"y": -256.0
},
"guid": "55e34cc1-556d-4682-8adb-3d2abb7d8509",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -208.0,
"y": 560.0
},
"guid": "785161ac-fe8d-4b3c-b283-7893d51edbc4",
"comment": null,
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": -208.0,
"y": 0.0
},
"guid": "0fc094fd-4b0e-4938-8c0b-b4c7e767bfd0",
"comment": null,
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/Daily/PreWorldIncident/BTGraph_PWIWantToCallSomebody.json",
"errors": null,
"nodeErrors": null
}