Files
PetitPlanet-Data/AI/01BehaviourTree/BehaviourTree/Task/Template/BTGraph_WalkAroundCertainRectArea.json
2025-11-11 07:21:48 +07:00

148 lines
4.8 KiB
JSON

{
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeGraph, Assembly-CSharp",
"redirectData": null,
"blackboardConfigs": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": {
"$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": "AreaID",
"isArray": false,
"DataType": 2,
"sharingStrategy": 1,
"defaultValue": {
"$type": "miHoYo.HYG.DataSharing.UnionDefaultInt32, Assembly-CSharp",
"_value": 1
},
"category": null,
"comment": "见JsonEditor里的RangeCfg!!!",
"nameHistory": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"instance-b030ce66-3155-4b0e-9bde-3aefef08a03a"
]
}
}
]
}
},
"roots": null,
"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,
2
]
},
"index": 0,
"parentIndex": -1,
"Guid": "20188497-427f-4309-9bde-864b0ce2db3b"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTSubGraphNode, Assembly-CSharp",
"SubGraphInitializer": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"parameters": [
{
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-3a7df2b6-621a-41d2-ac99-31ccf59358cc"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarBlackboardInt32, Assembly-CSharp",
"_key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-b030ce66-3155-4b0e-9bde-3aefef08a03a"
}
}
}
]
},
"_assetGuid": "bb3bee41156b85645b7b67dd61f3aeb2",
"_assetPath": "Data/AI/BehaviourTree/00General/WalkAround/BTState_WalkAroundCertainRectArea.json"
},
"index": 1,
"parentIndex": 0,
"Guid": "4f3e9ad2-ed1e-4622-80fc-b7c17f5340f1"
},
{
"$type": "miHoYo.HYG.AI.BT.CfgBTWaitNode, Assembly-CSharp",
"WaitTime": 0.0,
"IsRandom": true,
"MinWaitTime": 4.0,
"MaxWaitTime": 7.0,
"index": 2,
"parentIndex": 0,
"Guid": "afa0113c-cb5e-46fd-828a-23c4d910ef28"
}
]
},
"containers": null,
"rootIndex": 0,
"nodesHash": -1139239890,
"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": 0.0,
"y": 53.9
},
"guid": "20188497-427f-4309-9bde-864b0ce2db3b",
"comment": "在指定区域内走来走去",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 304.0,
"y": -48.0
},
"guid": "4f3e9ad2-ed1e-4622-80fc-b7c17f5340f1",
"comment": "",
"locked": false,
"collapse": false
},
{
"$type": "miHoYo.HYG.JsonGraph.NodeEditorData, Assembly-CSharp",
"pos": {
"x": 304.0,
"y": 256.0
},
"guid": "afa0113c-cb5e-46fd-828a-23c4d910ef28",
"comment": "如果需要控制走来走去的频率让AI策划给你加参数",
"locked": false,
"collapse": false
}
]
},
"comment": null
},
"path": "Assets/MoleRes/Rel/SRes/Data/AI/01BehaviourTree/BehaviourTree/Task/Template/BTGraph_WalkAroundCertainRectArea.json",
"errors": null
}