1389 lines
46 KiB
JSON
1389 lines
46 KiB
JSON
{
|
|
"$type": "miHoYo.HYG.GameplayAbilities.LifeStateAbility, Assembly-CSharp",
|
|
"_layer": 1,
|
|
"_stopHandler": {
|
|
"$type": "miHoYo.HYG.GameplayAbilities.LifeStateAbilityStopHandler, Assembly-CSharp",
|
|
"_stopPolicy": 255,
|
|
"_eventTrigger": {
|
|
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
|
|
"TagId": 0
|
|
},
|
|
"_abilityToActivate": {
|
|
"$type": "miHoYo.HYG.GameplayAbilities.GameplayAbilityName, Assembly-CSharp",
|
|
"_value": null
|
|
}
|
|
},
|
|
"_variableDefinitions": {
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableDefinition[], Assembly-CSharp",
|
|
"$values": [
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableDefinition, Assembly-CSharp",
|
|
"_name": "EventHandle",
|
|
"_type": {
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableTypeInfo, Assembly-CSharp",
|
|
"_typeName": "GameplayTaskHandle",
|
|
"_hashable": true,
|
|
"_category": 1
|
|
},
|
|
"_collectionType": 0,
|
|
"_mapToType": {
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableTypeInfo, Assembly-CSharp",
|
|
"_typeName": null,
|
|
"_hashable": false,
|
|
"_category": 0
|
|
}
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableDefinition, Assembly-CSharp",
|
|
"_name": "HoldingHandle",
|
|
"_type": {
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableTypeInfo, Assembly-CSharp",
|
|
"_typeName": "GameplayTaskHandle",
|
|
"_hashable": true,
|
|
"_category": 1
|
|
},
|
|
"_collectionType": 0,
|
|
"_mapToType": {
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableTypeInfo, Assembly-CSharp",
|
|
"_typeName": null,
|
|
"_hashable": false,
|
|
"_category": 0
|
|
}
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableDefinition, Assembly-CSharp",
|
|
"_name": "ATLHandle",
|
|
"_type": {
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableTypeInfo, Assembly-CSharp",
|
|
"_typeName": "GameplayTaskHandle",
|
|
"_hashable": true,
|
|
"_category": 1
|
|
},
|
|
"_collectionType": 0,
|
|
"_mapToType": {
|
|
"$type": "miHoYo.HYG.Scripting.HScriptVariableTypeInfo, Assembly-CSharp",
|
|
"_typeName": null,
|
|
"_hashable": false,
|
|
"_category": 0
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"_blackboardConfig": {
|
|
"$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": "4c5a0968f48d41241b5594cd11dfc5c0",
|
|
"_assetPath": "Data/Blackboard/AreaSelectBoard.json"
|
|
}
|
|
]
|
|
},
|
|
"noSharingKeys": null
|
|
},
|
|
"_nodes": {
|
|
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.Scripting.Node, Assembly-CSharp]], mscorlib",
|
|
"$values": [
|
|
{
|
|
"$type": "miHoYo.HYG.GameplayAbilities.ScriptOnActivateAbility, Assembly-CSharp",
|
|
"outDataWasActivatedByEvent": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"Guid": 1919568919
|
|
},
|
|
"outDataTriggerEventData": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataGameplayEventDataPort, Assembly-CSharp",
|
|
"outDataEventTag": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 145003888
|
|
},
|
|
"outDataInstigator": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.Entities.Entity, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 3334879278
|
|
},
|
|
"outDataTarget": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.Entities.Entity, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 2647411833
|
|
},
|
|
"outDataCustomData": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.Entities.GameplayEvents.IGameplayEventCustomData, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 2366465818
|
|
},
|
|
"Mode": 0,
|
|
"Guid": 4128316222
|
|
},
|
|
"eventOutPort": {
|
|
"$type": "miHoYo.HYG.Scripting.OutEventPort, Assembly-CSharp",
|
|
"Guid": 413133141
|
|
},
|
|
"outExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 2950708390
|
|
},
|
|
"Guid": 4288525809
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.GameplayAbilities.ScriptOnDectivateAbility, Assembly-CSharp",
|
|
"outDataReason": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayAbilities.GameplayAbilityDeactivationReason, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 1037125553
|
|
},
|
|
"eventOutPort": {
|
|
"$type": "miHoYo.HYG.Scripting.OutEventPort, Assembly-CSharp",
|
|
"Guid": 1869519979
|
|
},
|
|
"outExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 1144459201
|
|
},
|
|
"Guid": 4098912228
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.DebugTextNode, Assembly-CSharp",
|
|
"InDataTextPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.String, mscorlib]], Assembly-CSharp",
|
|
"_value": "Empty",
|
|
"Guid": 714248121
|
|
},
|
|
"InDataPrintInLogPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 937822074
|
|
},
|
|
"InDataPrintInScreenPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 1618930025
|
|
},
|
|
"InDataLogCatPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.LogCat, Assembly-Common]], Assembly-CSharp",
|
|
"_value": 19,
|
|
"Guid": 1318207937
|
|
},
|
|
"InDataLogLevelPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.Scripting.BPLogLevel, Assembly-CSharp]], Assembly-CSharp",
|
|
"_value": 0,
|
|
"Guid": 1883500781
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 1483864024
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 154468049
|
|
},
|
|
"Guid": 3414875237
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.SetBlackboardBooleanNode, Assembly-CSharp",
|
|
"inDataValue": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 218083682
|
|
},
|
|
"outDataValue": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"Guid": 1927926237
|
|
},
|
|
"key": {
|
|
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
|
|
"keyName": "Selecting-4c5a0968f48d41241b5594cd11dfc5c0-0"
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 953931245
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 3098327365
|
|
},
|
|
"Guid": 3008787519
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.GameplayAbilities.EquipToolTaskNode, Assembly-CSharp",
|
|
"configID": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.UInt32, mscorlib]], Assembly-CSharp",
|
|
"_value": 0,
|
|
"Guid": 4089949638
|
|
},
|
|
"isImmediate": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": true,
|
|
"Guid": 565083358
|
|
},
|
|
"isPerformHoldable": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 686289881
|
|
},
|
|
"OnToolChange": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3278626397
|
|
},
|
|
"OnToolFail": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3548508998
|
|
},
|
|
"outExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 288448380
|
|
},
|
|
"taskHandle": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayTasks.GameplayTaskHandle, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 1607891201
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 1112722832
|
|
},
|
|
"Guid": 4082508958
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.GameplayAbilities.EquipToolTaskNode, Assembly-CSharp",
|
|
"configID": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.UInt32, mscorlib]], Assembly-CSharp",
|
|
"_value": 0,
|
|
"Guid": 96758622
|
|
},
|
|
"isImmediate": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 1457399693
|
|
},
|
|
"isPerformHoldable": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 827387593
|
|
},
|
|
"OnToolChange": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 1773540502
|
|
},
|
|
"OnToolFail": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 1037859453
|
|
},
|
|
"outExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 194373484
|
|
},
|
|
"taskHandle": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayTasks.GameplayTaskHandle, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 2913858523
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 4108730460
|
|
},
|
|
"Guid": 504696159
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.DebugTextNode, Assembly-CSharp",
|
|
"InDataTextPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.String, mscorlib]], Assembly-CSharp",
|
|
"_value": "Selecting",
|
|
"Guid": 4191548511
|
|
},
|
|
"InDataPrintInLogPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 1381002027
|
|
},
|
|
"InDataPrintInScreenPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 914800660
|
|
},
|
|
"InDataLogCatPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.LogCat, Assembly-Common]], Assembly-CSharp",
|
|
"_value": 19,
|
|
"Guid": 4290150151
|
|
},
|
|
"InDataLogLevelPort": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.Scripting.BPLogLevel, Assembly-CSharp]], Assembly-CSharp",
|
|
"_value": 0,
|
|
"Guid": 689376162
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 2018452632
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 4165590501
|
|
},
|
|
"Guid": 2814232723
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.SetBlackboardBooleanNode, Assembly-CSharp",
|
|
"inDataValue": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": true,
|
|
"Guid": 630234252
|
|
},
|
|
"outDataValue": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"Guid": 2759460674
|
|
},
|
|
"key": {
|
|
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
|
|
"keyName": "Selecting-4c5a0968f48d41241b5594cd11dfc5c0-0"
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 2464829661
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 2014773143
|
|
},
|
|
"Guid": 885775276
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.SequenceNode, Assembly-CSharp",
|
|
"outExecsThen": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort[], Assembly-CSharp",
|
|
"$values": [
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 4035364958
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3908195342
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 892042904
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3382635332
|
|
}
|
|
]
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 444487691
|
|
},
|
|
"Guid": 1070005205
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.GameplayAbilities.PlayATLTaskNode, Assembly-CSharp",
|
|
"ATLTag": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp]], Assembly-CSharp",
|
|
"_value": {
|
|
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
|
|
"TagId": 1610601887
|
|
},
|
|
"Guid": 1701681801
|
|
},
|
|
"startTime": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Single, mscorlib]], Assembly-CSharp",
|
|
"_value": 0.0,
|
|
"Guid": 2550429015
|
|
},
|
|
"OnATLPlayEvent": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3185557966
|
|
},
|
|
"OnATLPlayEvent_1": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.UInt64, mscorlib]], Assembly-CSharp",
|
|
"Guid": 1554038088
|
|
},
|
|
"OnATLPlayFailEvent": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3583036807
|
|
},
|
|
"OnATLBlendOutEvent": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3993347247
|
|
},
|
|
"OnATLBlendOutEvent_1": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.UInt64, mscorlib]], Assembly-CSharp",
|
|
"Guid": 756533520
|
|
},
|
|
"OnATLInterruptEvent": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 4102318855
|
|
},
|
|
"OnATLEndEvent": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 665545957
|
|
},
|
|
"outExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 464307988
|
|
},
|
|
"taskHandle": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayTasks.GameplayTaskHandle, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 3769640408
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 598788560
|
|
},
|
|
"Guid": 688229292
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.GetVariableNode, Assembly-CSharp",
|
|
"name": "HoldingHandle",
|
|
"outDataResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutVariablePort, Assembly-CSharp",
|
|
"Guid": 1586311411
|
|
},
|
|
"Guid": 3499710554
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.TryEndGameplayTaskActionNode, Assembly-CSharp",
|
|
"handle": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPort`1[[miHoYo.HYG.GameplayTasks.GameplayTaskHandle, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 2873112017
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 1811932322
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 916737022
|
|
},
|
|
"Guid": 2826676338
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.SetVariableNode, Assembly-CSharp",
|
|
"name": "ATLHandle",
|
|
"inDataValue": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPort, Assembly-CSharp",
|
|
"Guid": 1335538956
|
|
},
|
|
"outDataResult": null,
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 2277219321
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 2747347989
|
|
},
|
|
"Guid": 118098806
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.TryEndGameplayTaskActionNode, Assembly-CSharp",
|
|
"handle": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPort`1[[miHoYo.HYG.GameplayTasks.GameplayTaskHandle, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 1620801044
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 1019994901
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 2086029503
|
|
},
|
|
"Guid": 2786364472
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.GetVariableNode, Assembly-CSharp",
|
|
"name": "ATLHandle",
|
|
"outDataResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutVariablePort, Assembly-CSharp",
|
|
"Guid": 3316751447
|
|
},
|
|
"Guid": 4271992385
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Entities.PushStateActionNode, Assembly-CSharp",
|
|
"autoGenResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"Guid": 1358236105
|
|
},
|
|
"stateName": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.String, mscorlib]], Assembly-CSharp",
|
|
"_value": "TPSForArrange",
|
|
"Guid": 1447406953
|
|
},
|
|
"state": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.HYGCamera.HYGCameraState, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 2448175576
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 342515857
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 502235320
|
|
},
|
|
"Guid": 460568758
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Entities.SetTpsMoveModeActionNode, Assembly-CSharp",
|
|
"owner": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
|
|
"Guid": 1204182992
|
|
},
|
|
"moveMode": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.Entities.TpsMoveMode, Assembly-CSharp]], Assembly-CSharp",
|
|
"_value": 0,
|
|
"Guid": 2909945159
|
|
},
|
|
"isactive": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": true,
|
|
"Guid": 4175167272
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 1540877302
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 2395868582
|
|
},
|
|
"Guid": 2310831179
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.SequenceNode, Assembly-CSharp",
|
|
"outExecsThen": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort[], Assembly-CSharp",
|
|
"$values": [
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3923893288
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 2604135536
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 2302697038
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3734274617
|
|
}
|
|
]
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 849033362
|
|
},
|
|
"Guid": 449044748
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.GetOwnerEntityNode, Assembly-CSharp",
|
|
"outDataResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.Entities.Entity, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 473324699
|
|
},
|
|
"Guid": 3847656043
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Entities.PopStateActionNode, Assembly-CSharp",
|
|
"autoGenResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"Guid": 3522967621
|
|
},
|
|
"stateName": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.String, mscorlib]], Assembly-CSharp",
|
|
"_value": "TPSForArrange",
|
|
"Guid": 1785945279
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 967528304
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 861092704
|
|
},
|
|
"Guid": 1042326175
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Entities.SetTpsMoveModeActionNode, Assembly-CSharp",
|
|
"owner": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
|
|
"Guid": 1152022316
|
|
},
|
|
"moveMode": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.Entities.TpsMoveMode, Assembly-CSharp]], Assembly-CSharp",
|
|
"_value": 0,
|
|
"Guid": 3989079972
|
|
},
|
|
"isactive": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 1347637091
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 4215774956
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 1824757183
|
|
},
|
|
"Guid": 3965254897
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.GetOwnerEntityNode, Assembly-CSharp",
|
|
"outDataResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.Entities.Entity, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 1863433662
|
|
},
|
|
"Guid": 628348452
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.BranchNode, Assembly-CSharp",
|
|
"outExecTrue": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 1148075524
|
|
},
|
|
"outExecFalse": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 4152140118
|
|
},
|
|
"inDataCondition": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 965576857
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 3529476826
|
|
},
|
|
"Guid": 3103709240
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Entities.PushStateActionNode, Assembly-CSharp",
|
|
"autoGenResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"Guid": 570511063
|
|
},
|
|
"stateName": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.String, mscorlib]], Assembly-CSharp",
|
|
"_value": "TPSForArrangeTop",
|
|
"Guid": 2967813584
|
|
},
|
|
"state": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.HYGCamera.HYGCameraState, Assembly-CSharp]], Assembly-CSharp",
|
|
"Guid": 1710862869
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 619931918
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 2351758513
|
|
},
|
|
"Guid": 2536164392
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Entities.AreaSelectIsTopFurniturePureNode, Assembly-CSharp",
|
|
"autoGenResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"Guid": 3179231985
|
|
},
|
|
"configId": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.UInt32, mscorlib]], Assembly-CSharp",
|
|
"_value": 0,
|
|
"Guid": 2197528393
|
|
},
|
|
"Guid": 2503887705
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.GetBlackboardUInt32Node, Assembly-CSharp",
|
|
"outDataValue": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.UInt32, mscorlib]], Assembly-CSharp",
|
|
"Guid": 249219106
|
|
},
|
|
"targetEntity": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
|
|
"Guid": 3400975290
|
|
},
|
|
"key": {
|
|
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
|
|
"keyName": "ConfigId-4c5a0968f48d41241b5594cd11dfc5c0-0"
|
|
},
|
|
"Guid": 3914932947
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.BranchNode, Assembly-CSharp",
|
|
"outExecTrue": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 2617819964
|
|
},
|
|
"outExecFalse": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 4196704136
|
|
},
|
|
"inDataCondition": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"_value": false,
|
|
"Guid": 1056186394
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 3922057491
|
|
},
|
|
"Guid": 1348530399
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Entities.AreaSelectIsTopFurniturePureNode, Assembly-CSharp",
|
|
"autoGenResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"Guid": 3456597852
|
|
},
|
|
"configId": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.UInt32, mscorlib]], Assembly-CSharp",
|
|
"_value": 0,
|
|
"Guid": 757754847
|
|
},
|
|
"Guid": 3065292489
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Scripting.GetBlackboardUInt32Node, Assembly-CSharp",
|
|
"outDataValue": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.UInt32, mscorlib]], Assembly-CSharp",
|
|
"Guid": 2780723381
|
|
},
|
|
"targetEntity": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
|
|
"Guid": 3493207745
|
|
},
|
|
"key": {
|
|
"$type": "miHoYo.HYG.DataSharing.BlackboardSelectKey, Assembly-CSharp",
|
|
"keyName": "ConfigId-4c5a0968f48d41241b5594cd11dfc5c0-0"
|
|
},
|
|
"Guid": 917439047
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Entities.PopStateActionNode, Assembly-CSharp",
|
|
"autoGenResult": {
|
|
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[System.Boolean, mscorlib]], Assembly-CSharp",
|
|
"Guid": 3771687201
|
|
},
|
|
"stateName": {
|
|
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.String, mscorlib]], Assembly-CSharp",
|
|
"_value": "TPSForArrangeTop",
|
|
"Guid": 912442973
|
|
},
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3594651206
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 2670430126
|
|
},
|
|
"Guid": 784135051
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.GameplayAbilities.LifeStateAbilityOnStopGracefullyNode, Assembly-CSharp",
|
|
"eventOutPort": {
|
|
"$type": "miHoYo.HYG.Scripting.OutEventPort, Assembly-CSharp",
|
|
"Guid": 1617122094
|
|
},
|
|
"outExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3377642249
|
|
},
|
|
"Guid": 1952451307
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.Entities.ProcessStopBehaviourActionNode, Assembly-CSharp",
|
|
"OutExec": {
|
|
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
|
|
"Guid": 3319760057
|
|
},
|
|
"inExec": {
|
|
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
|
|
"Guid": 1612301101
|
|
},
|
|
"Guid": 1402210396
|
|
}
|
|
]
|
|
},
|
|
"_stateTagsConfig": {
|
|
"$type": "miHoYo.HYG.GameplayTags.TagContainerConfig, Assembly-CSharp",
|
|
"_tagIds": {
|
|
"$type": "System.Collections.Generic.List`1[[System.UInt32, mscorlib]], mscorlib",
|
|
"$values": [
|
|
399851061,
|
|
1632423443,
|
|
1842697797
|
|
]
|
|
}
|
|
},
|
|
"_tagsToBlockConfig": {
|
|
"$type": "miHoYo.HYG.GameplayTags.TagContainerConfig, Assembly-CSharp",
|
|
"_tagIds": {
|
|
"$type": "System.Collections.Generic.List`1[[System.UInt32, mscorlib]], mscorlib",
|
|
"$values": [
|
|
399851061
|
|
]
|
|
}
|
|
},
|
|
"_tagsToCancelConfig": null,
|
|
"_requiredTagsConfig": null,
|
|
"_blockedByTagsConfig": null,
|
|
"_descriptiveTagsConfig": null,
|
|
"_gameplayEventTriggersConfig": null,
|
|
"Edges": {
|
|
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm]], mscorlib",
|
|
"$values": [
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 444487691,
|
|
"outputPort": 2018452632
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 1112722832,
|
|
"outputPort": 4035364958
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 2873112017,
|
|
"outputPort": 1586311411
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 598788560,
|
|
"outputPort": 3908195342
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 2747347989,
|
|
"outputPort": 464307988
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 1335538956,
|
|
"outputPort": 3769640408
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 1620801044,
|
|
"outputPort": 3316751447
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 2086029503,
|
|
"outputPort": 1811932322
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 2395868582,
|
|
"outputPort": 3382635332
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 849033362,
|
|
"outputPort": 1483864024
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 4108730460,
|
|
"outputPort": 3923893288
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 916737022,
|
|
"outputPort": 2604135536
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 1204182992,
|
|
"outputPort": 473324699
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 154468049,
|
|
"outputPort": 1144459201
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 4165590501,
|
|
"outputPort": 2950708390
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 1152022316,
|
|
"outputPort": 1863433662
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 1824757183,
|
|
"outputPort": 2302697038
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 3529476826,
|
|
"outputPort": 892042904
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 502235320,
|
|
"outputPort": 4152140118
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 2351758513,
|
|
"outputPort": 1148075524
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 965576857,
|
|
"outputPort": 3179231985
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 2197528393,
|
|
"outputPort": 249219106
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 1056186394,
|
|
"outputPort": 3456597852
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 757754847,
|
|
"outputPort": 2780723381
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 3922057491,
|
|
"outputPort": 3734274617
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 861092704,
|
|
"outputPort": 4196704136
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 2670430126,
|
|
"outputPort": 2617819964
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
|
|
"inputPort": 1612301101,
|
|
"outputPort": 3377642249
|
|
}
|
|
]
|
|
},
|
|
"EditorData": {
|
|
"$type": "miHoYo.HYG.FGraph.FasterGraphEditorData, FGraphAsm",
|
|
"nodes": {
|
|
"$type": "System.Collections.Generic.List`1[[miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm]], mscorlib",
|
|
"$values": [
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 4288525809,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1265.6,
|
|
"y": 689.600037
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 4098912228,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1265.6,
|
|
"y": -167.2
|
|
},
|
|
"comment": "退出时候保证清理",
|
|
"commentHeight": 40.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 3414875237,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1875.2,
|
|
"y": -167.2
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 3008787519,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2807.2,
|
|
"y": -499.199982
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 4082508958,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2366.4,
|
|
"y": 689.600037
|
|
},
|
|
"comment": "隐藏工具",
|
|
"commentHeight": 40.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 504696159,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2392.8,
|
|
"y": -499.199982
|
|
},
|
|
"comment": "隐藏工具",
|
|
"commentHeight": 40.00003,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 2814232723,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1875.2,
|
|
"y": 689.600037
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 885775276,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2816.8,
|
|
"y": 677.600037
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 1070005205,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2133.6,
|
|
"y": 689.600037
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 688229292,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2366.4,
|
|
"y": 886.4
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 3499710554,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2392.8,
|
|
"y": -128.8
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 2826676338,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2392.8,
|
|
"y": -253.6
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 118098806,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2919.2,
|
|
"y": 886.4
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 2786364472,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2759.2,
|
|
"y": -252.8
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 4271992385,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2759.2,
|
|
"y": -128.8
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 460568758,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2608.8,
|
|
"y": 1400.79993
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 2310831179,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2341.6,
|
|
"y": 1462.3999
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 449044748,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2133.6,
|
|
"y": -167.2
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 3847656043,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1987.2,
|
|
"y": 1489.6
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 1042326175,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2726.4,
|
|
"y": 393.6
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 3965254897,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2392.8,
|
|
"y": 29.6000023
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 628348452,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2386.4,
|
|
"y": 200.0
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 3103709240,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2379.2,
|
|
"y": 1330.3999
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 2536164392,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2608.8,
|
|
"y": 1236.0
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 2503887705,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1895.2,
|
|
"y": 1322.3999
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 3914932947,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1574.4,
|
|
"y": 1283.2
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 1348530399,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2408.8,
|
|
"y": 276.800018
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 3065292489,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1992.8,
|
|
"y": 421.6
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 917439047,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1672.0,
|
|
"y": 382.400024
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 784135051,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 2852.8,
|
|
"y": 200.0
|
|
},
|
|
"comment": "",
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 1952451307,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1160.8,
|
|
"y": 1048.0
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
},
|
|
{
|
|
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
|
|
"guid": 1402210396,
|
|
"pos": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": 1601.6,
|
|
"y": 1137.6
|
|
},
|
|
"comment": null,
|
|
"commentHeight": 0.0,
|
|
"foldout": false
|
|
}
|
|
]
|
|
},
|
|
"comment": null,
|
|
"position": {
|
|
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
|
|
"x": -315.2,
|
|
"y": 240.8
|
|
},
|
|
"scale": 0.497176737
|
|
},
|
|
"FilePath": "Assets/MoleRes/Rel/SRes/Data/Ability/Player&NPC/AreaSelect/FurnitureAreaSelect.json",
|
|
"InputBindings": null,
|
|
"ReplicationPolicy": 0,
|
|
"ActivationPolicy": 0,
|
|
"RemoveAbilityOnDeactivated": false,
|
|
"RetriggerAbility": false
|
|
} |