CNCBWin0.83.5_C349455_R356048_D356048

This commit is contained in:
amizing25
2025-11-11 07:21:48 +07:00
commit 2c9a38628c
25703 changed files with 12399349 additions and 0 deletions

View File

@@ -0,0 +1,146 @@
{
"$type": "miHoYo.HYG.AI.UtilityAIConfig, Assembly-CSharp",
"description": "请输入对这个GoalList文件的描述",
"blackboardConfigs": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": null,
"configs": null,
"noSharingKeys": null
},
"goalList": {
"$type": "System.Collections.Generic.List`1[[GoalData, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "GoalData, Assembly-CSharp",
"goalId": 200000092,
"goalName": "多杰朗装修走向营地",
"enabled": true,
"goalType": 1,
"behaviourTreeInitializer": {
"$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-ccc57509-c2ed-460a-841f-7ffa5021582a"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGalaxyAnchorPointData, Assembly-CSharp",
"sceneId": 2,
"galaxyPositionInfo": {
"$type": "miHoYo.HYG.GalaxyPositionInfo, Assembly-CSharp",
"isEnableMultiGalaxy": true,
"defGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"hexiaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"taffehGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"pashahGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
},
"norvanyaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
}
},
"dataType": 0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-0eb69e0d-880c-4a25-8481-d57f8919c09a"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGalaxyAnchorPointData, Assembly-CSharp",
"sceneId": 0,
"galaxyPositionInfo": {
"$type": "miHoYo.HYG.GalaxyPositionInfo, Assembly-CSharp",
"isEnableMultiGalaxy": true,
"defGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"hexiaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"taffehGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"pashahGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
},
"norvanyaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
}
},
"dataType": 1
}
}
]
},
"_assetGuid": "e93ca0908634d2a4d842d8144b9c2996",
"_assetPath": "Data/AI/01BehaviourTree/BehaviourTree/Task/Template/BTGraph_MoveToPointCrossScene.json"
},
"useSequencerBT": false,
"sequencerBTInitializers": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp]], mscorlib",
"$values": []
},
"abilityName": {
"$type": "miHoYo.HYG.GameplayAbilities.GameplayAbilityName, Assembly-CSharp",
"_value": null
},
"initScriptBt": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": []
},
"_assetGuid": null,
"_assetPath": null
},
"predicates": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.IConfigVar`1[[System.Boolean, mscorlib]], Assembly-CSharp]], mscorlib",
"$values": []
},
"considerations": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Consideration, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.ConsiderationConstant, Assembly-CSharp",
"description": null,
"conditions": null,
"configVarInput": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 1.0
},
"configVarRank": null
}
]
},
"directSetPosWhenEnter": false,
"initPosRule": null,
"initSceneRule": null,
"startTimeStampKey": null,
"endTimeStampKey": null
}
]
}
}

View File

@@ -0,0 +1,157 @@
{
"$type": "miHoYo.HYG.AI.UtilityAIConfig, Assembly-CSharp",
"description": "请输入对这个GoalList文件的描述",
"blackboardConfigs": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": null,
"configs": null,
"noSharingKeys": null
},
"goalList": {
"$type": "System.Collections.Generic.List`1[[GoalData, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "GoalData, Assembly-CSharp",
"goalId": 195000331,
"goalName": "任务[2003035] 检测云果抵达河边",
"enabled": true,
"goalType": 1,
"behaviourTreeInitializer": {
"$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-ccc57509-c2ed-460a-841f-7ffa5021582a"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGalaxyAnchorPointData, Assembly-CSharp",
"sceneId": 2,
"galaxyPositionInfo": {
"$type": "miHoYo.HYG.GalaxyPositionInfo, Assembly-CSharp",
"isEnableMultiGalaxy": true,
"defGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
},
"hexiaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970515420
},
"taffehGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1664539256
},
"pashahGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
},
"norvanyaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
}
},
"dataType": 0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-0eb69e0d-880c-4a25-8481-d57f8919c09a"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGalaxyAnchorPointData, Assembly-CSharp",
"sceneId": 2,
"galaxyPositionInfo": {
"$type": "miHoYo.HYG.GalaxyPositionInfo, Assembly-CSharp",
"isEnableMultiGalaxy": true,
"defGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
},
"hexiaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970789316
},
"taffehGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1664803023
},
"pashahGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
},
"norvanyaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
}
},
"dataType": 1
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-84d337b2-89df-4cc9-bb14-de5c3649305f"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.UInt32, mscorlib]], Assembly-CSharp",
"_value": 20003
}
}
]
},
"_assetGuid": "e93ca0908634d2a4d842d8144b9c2996",
"_assetPath": "Data/AI/BehaviourTree/Task/Template/BTGraph_MoveToPointCrossScene.json"
},
"useSequencerBT": false,
"sequencerBTInitializers": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp]], mscorlib",
"$values": []
},
"abilityName": {
"$type": "miHoYo.HYG.GameplayAbilities.GameplayAbilityName, Assembly-CSharp",
"_value": "GotoScene_2_Temp"
},
"initScriptBt": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": []
},
"_assetGuid": null,
"_assetPath": null
},
"predicates": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.IConfigVar`1[[System.Boolean, mscorlib]], Assembly-CSharp]], mscorlib",
"$values": []
},
"considerations": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Consideration, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.ConsiderationConstant, Assembly-CSharp",
"description": null,
"conditions": null,
"configVarInput": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 1.0
},
"configVarRank": null
}
]
},
"directSetPosWhenEnter": false,
"initPosRule": null,
"initSceneRule": null,
"startTimeStampKey": null,
"endTimeStampKey": null
}
]
}
}

View File

@@ -0,0 +1,91 @@
{
"$type": "miHoYo.HYG.AI.UtilityAIConfig, Assembly-CSharp",
"description": "请输入对这个GoalList文件的描述",
"blackboardConfigs": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": null,
"configs": null,
"noSharingKeys": null
},
"goalList": {
"$type": "System.Collections.Generic.List`1[[GoalData, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "GoalData, Assembly-CSharp",
"goalId": 195000334,
"goalName": "任务[2003036] 检测云果海边",
"enabled": true,
"goalType": 1,
"rank": 0,
"score": 0.0,
"behaviourTreeInitializer": {
"$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-ccc57509-c2ed-460a-841f-7ffa5021582a"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarAnchorPointData, Assembly-CSharp",
"sceneId": 2,
"pointId": 1970967574,
"dataType": 0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-84d337b2-89df-4cc9-bb14-de5c3649305f"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedUnmanaged`1[[System.UInt32, mscorlib]], Assembly-CSharp",
"_value": 20004
}
}
]
},
"_assetGuid": "e93ca0908634d2a4d842d8144b9c2996",
"_assetPath": "Data/AI/BehaviourTree/Task/Template/BTGraph_MoveToPointCrossScene.json"
},
"useSequencerBT": false,
"sequencerBTInitializers": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp]], mscorlib",
"$values": []
},
"abilityName": {
"$type": "miHoYo.HYG.GameplayAbilities.GameplayAbilityName, Assembly-CSharp",
"_value": "GotoScene_2_Temp"
},
"predicates": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.IConfigVar`1[[System.Boolean, mscorlib]], Assembly-CSharp]], mscorlib",
"$values": []
},
"considerations": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Consideration, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.ConsiderationConstant, Assembly-CSharp",
"description": null,
"conditions": null,
"configVarInput": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 1.0
},
"configVarRank": null
}
]
},
"directSetPosWhenEnter": false,
"initPosRule": null,
"initSceneRule": null,
"startTimeStampKey": null,
"endTimeStampKey": null
}
]
}
}

View File

@@ -0,0 +1,83 @@
{
"$type": "miHoYo.HYG.AI.UtilityAIConfig, Assembly-CSharp",
"description": "请输入对这个GoalList文件的描述",
"blackboardConfigs": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": null,
"configs": null,
"noSharingKeys": null
},
"goalList": {
"$type": "System.Collections.Generic.List`1[[GoalData, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "GoalData, Assembly-CSharp",
"goalId": 195000332,
"goalName": "任务[2003037] 检测云果家旁边",
"enabled": true,
"goalType": 1,
"rank": 0,
"score": 0.0,
"behaviourTreeInitializer": {
"$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-ccc57509-c2ed-460a-841f-7ffa5021582a"
},
"value": {
"$type": "miHoYo.HYG.ConfigVarGetHousePositionWithOffset, Assembly-CSharp",
"houseGroupID": 3,
"positionOffset": {
"x": -0.9,
"y": 0.0,
"z": 1.3
}
}
}
]
},
"_assetGuid": "e93ca0908634d2a4d842d8144b9c2996",
"_assetPath": "Data/AI/BehaviourTree/Task/Template/BTGraph_MoveToPointCrossScene.json"
},
"useSequencerBT": false,
"sequencerBTInitializers": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp]], mscorlib",
"$values": []
},
"abilityName": {
"$type": "miHoYo.HYG.GameplayAbilities.GameplayAbilityName, Assembly-CSharp",
"_value": "GotoScene_2_Temp"
},
"predicates": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.IConfigVar`1[[System.Boolean, mscorlib]], Assembly-CSharp]], mscorlib",
"$values": []
},
"considerations": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Consideration, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.ConsiderationConstant, Assembly-CSharp",
"description": null,
"conditions": null,
"configVarInput": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 1.0
},
"configVarRank": null
}
]
},
"directSetPosWhenEnter": false,
"initPosRule": null,
"initSceneRule": null,
"startTimeStampKey": null,
"endTimeStampKey": null
}
]
}
}

View File

@@ -0,0 +1,146 @@
{
"$type": "miHoYo.HYG.AI.UtilityAIConfig, Assembly-CSharp",
"description": "请输入对这个GoalList文件的描述",
"blackboardConfigs": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": null,
"configs": null,
"noSharingKeys": null
},
"goalList": {
"$type": "System.Collections.Generic.List`1[[GoalData, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "GoalData, Assembly-CSharp",
"goalId": 200000093,
"goalName": "萨飞里装修走向营地",
"enabled": true,
"goalType": 1,
"behaviourTreeInitializer": {
"$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-ccc57509-c2ed-460a-841f-7ffa5021582a"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGalaxyAnchorPointData, Assembly-CSharp",
"sceneId": 2,
"galaxyPositionInfo": {
"$type": "miHoYo.HYG.GalaxyPositionInfo, Assembly-CSharp",
"isEnableMultiGalaxy": true,
"defGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"hexiaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"taffehGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"pashahGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
},
"norvanyaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
}
},
"dataType": 0
}
},
{
"$type": "miHoYo.HYG.DataSharing.BbVarSetter, Assembly-CSharp",
"key": {
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
"keyName": "instance-0eb69e0d-880c-4a25-8481-d57f8919c09a"
},
"value": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarGalaxyAnchorPointData, Assembly-CSharp",
"sceneId": 0,
"galaxyPositionInfo": {
"$type": "miHoYo.HYG.GalaxyPositionInfo, Assembly-CSharp",
"isEnableMultiGalaxy": true,
"defGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"hexiaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"taffehGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 1970796928
},
"pashahGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
},
"norvanyaGalaxyPos": {
"$type": "miHoYo.HYG.GalaxyAnchorPointPos, Assembly-CSharp",
"childPointId": 0
}
},
"dataType": 1
}
}
]
},
"_assetGuid": "e93ca0908634d2a4d842d8144b9c2996",
"_assetPath": "Data/AI/01BehaviourTree/BehaviourTree/Task/Template/BTGraph_MoveToPointCrossScene.json"
},
"useSequencerBT": false,
"sequencerBTInitializers": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp]], mscorlib",
"$values": []
},
"abilityName": {
"$type": "miHoYo.HYG.GameplayAbilities.GameplayAbilityName, Assembly-CSharp",
"_value": null
},
"initScriptBt": {
"$type": "miHoYo.HYG.AI.BT.BehaviourTreeInitializer, Assembly-CSharp",
"parameters": {
"$type": "miHoYo.HYG.DataSharing.BbVarParams, Assembly-CSharp",
"parameters": []
},
"_assetGuid": null,
"_assetPath": null
},
"predicates": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.DataSharing.IConfigVar`1[[System.Boolean, mscorlib]], Assembly-CSharp]], mscorlib",
"$values": []
},
"considerations": {
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Consideration, Assembly-CSharp]], mscorlib",
"$values": [
{
"$type": "miHoYo.HYG.ConsiderationConstant, Assembly-CSharp",
"description": null,
"conditions": null,
"configVarInput": {
"$type": "miHoYo.HYG.DataSharing.ConfigVarFixedFloat, Assembly-CSharp",
"_value": 1.0
},
"configVarRank": null
}
]
},
"directSetPosWhenEnter": false,
"initPosRule": null,
"initSceneRule": null,
"startTimeStampKey": null,
"endTimeStampKey": null
}
]
}
}