Files
PetitPlanet-Data/Ability/Creature/Insect/GaDragonflyBase.json
2025-11-11 07:21:48 +07:00

484 lines
17 KiB
JSON

{
"$type": "miHoYo.HYG.GameplayAbilities.HScriptAbility, Assembly-CSharp",
"_variableDefinitions": {
"$type": "miHoYo.HYG.Scripting.HScriptVariableDefinition[], Assembly-CSharp",
"$values": []
},
"_blackboardConfig": {
"$type": "miHoYo.HYG.DataSharing.BlackboardConfigPicker, Assembly-CSharp",
"paraKeys": null,
"configs": null,
"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": 1690904643
},
"outDataTriggerEventData": {
"$type": "miHoYo.HYG.Scripting.OutDataGameplayEventDataPort, Assembly-CSharp",
"outDataEventTag": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp]], Assembly-CSharp",
"Guid": 1606117473
},
"outDataInstigator": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.Entities.Entity, Assembly-CSharp]], Assembly-CSharp",
"Guid": 1673442094
},
"outDataTarget": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.Entities.Entity, Assembly-CSharp]], Assembly-CSharp",
"Guid": 3053011141
},
"outDataCustomData": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.Entities.GameplayEvents.IGameplayEventCustomData, Assembly-CSharp]], Assembly-CSharp",
"Guid": 1286958867
},
"Mode": 0,
"Guid": 2042158646
},
"eventOutPort": {
"$type": "miHoYo.HYG.Scripting.OutEventPort, Assembly-CSharp",
"Guid": 972860949
},
"outExec": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 2059896976
},
"Guid": 1094217696
},
{
"$type": "miHoYo.HYG.Scripting.SequenceNode, Assembly-CSharp",
"outExecsThen": {
"$type": "miHoYo.HYG.Scripting.OutExecPort[], Assembly-CSharp",
"$values": [
{
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 2560536259
},
{
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 3513576717
},
{
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 1098277364
},
{
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 2001361244
}
]
},
"inExec": {
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
"Guid": 3556774897
},
"Guid": 2748418081
},
{
"$type": "miHoYo.HYG.GameplayAbilities.NoiseReceiverTaskNode, Assembly-CSharp",
"TargetEntity": {
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
"Guid": 3693632989
},
"NoiseEscapeLevel": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.NoiseLevel, Assembly-CSharp]], Assembly-CSharp",
"_value": 2,
"Guid": 1848629774
},
"MinWarningDistance": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 0.5,
"Guid": 2176153900
},
"CoolingTime": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 0.5,
"Guid": 3877738553
},
"FilterPlayerOnly": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"_value": true,
"Guid": 3384155688
},
"RequireInsectNet": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Boolean, mscorlib]], Assembly-CSharp",
"_value": false,
"Guid": 1919215191
},
"MaxNoiseSourceDistance": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 3.5,
"Guid": 1517534839
},
"OnNoiseReceived": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 2789456402
},
"OnTaskEnd": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 2112752260
},
"outExec": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 3302240447
},
"taskHandle": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayTasks.GameplayTaskHandle, Assembly-CSharp]], Assembly-CSharp",
"Guid": 3127612208
},
"inExec": {
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
"Guid": 2970693632
},
"Guid": 3662122060
},
{
"$type": "miHoYo.HYG.GameplayAbilities.CreatureSwitchAnimationBySpeedBehaviorBehaviorTaskNode, Assembly-CSharp",
"TargetEntity": {
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
"Guid": 3003024686
},
"IdleAnim": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp]], Assembly-CSharp",
"_value": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 1319986005
},
"Guid": 1598527140
},
"MoveStartAnim": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp]], Assembly-CSharp",
"_value": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 1319986005
},
"Guid": 411269438
},
"MoveLoopAnim": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp]], Assembly-CSharp",
"_value": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 1319986005
},
"Guid": 2975436932
},
"MoveEndAnim": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp]], Assembly-CSharp",
"_value": {
"$type": "miHoYo.HYG.GameplayTags.GameplayTag, Assembly-CSharp",
"TagId": 1319986005
},
"Guid": 2001253492
},
"StopSpeed": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 0.03,
"Guid": 2488921743
},
"OnPlaySuccess": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 395325363
},
"OnPlayFailed": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 3937423477
},
"outExec": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 2857951636
},
"taskHandle": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayTasks.GameplayTaskHandle, Assembly-CSharp]], Assembly-CSharp",
"Guid": 4261056803
},
"inExec": {
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
"Guid": 494624517
},
"Guid": 2907455714
},
{
"$type": "miHoYo.HYG.GameplayAbilities.ObstacleDetectorTaskNode, Assembly-CSharp",
"TargetEntity": {
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
"Guid": 2350929357
},
"DetectionInterval": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 0.5,
"Guid": 260730496
},
"DetectionDistance": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.Single, mscorlib]], Assembly-CSharp",
"_value": 1.0,
"Guid": 3211208797
},
"OnObstacleDetected": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 2667407458
},
"OnTaskEnd": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 2424166477
},
"outExec": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 1281313452
},
"taskHandle": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayTasks.GameplayTaskHandle, Assembly-CSharp]], Assembly-CSharp",
"Guid": 1249687226
},
"inExec": {
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
"Guid": 3208079855
},
"Guid": 1973060655
},
{
"$type": "miHoYo.HYG.GameplayAbilities.GiveAbilityAndActivateOnceNode, Assembly-CSharp",
"inDataTargetEntity": {
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
"Guid": 2815373618
},
"inDataAbilityName": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.String, mscorlib]], Assembly-CSharp",
"_value": "GaDragonflyIdle",
"Guid": 1794018337
},
"outDataAbilityHandle": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayAbilities.GameplayAbilityHandle, Assembly-CSharp]], Assembly-CSharp",
"Guid": 1779683347
},
"OutExec": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 782942426
},
"inExec": {
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
"Guid": 2077687030
},
"Guid": 2451425067
},
{
"$type": "miHoYo.HYG.GameplayAbilities.GiveAbilityAndActivateOnceNode, Assembly-CSharp",
"inDataTargetEntity": {
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
"Guid": 984592751
},
"inDataAbilityName": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.String, mscorlib]], Assembly-CSharp",
"_value": "GaDragonflyRunawayFromNoise",
"Guid": 518291866
},
"outDataAbilityHandle": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayAbilities.GameplayAbilityHandle, Assembly-CSharp]], Assembly-CSharp",
"Guid": 4234554644
},
"OutExec": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 784951824
},
"inExec": {
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
"Guid": 393695283
},
"Guid": 239588266
},
{
"$type": "miHoYo.HYG.GameplayAbilities.GiveAbilityAndActivateOnceNode, Assembly-CSharp",
"inDataTargetEntity": {
"$type": "miHoYo.HYG.Scripting.InDataEntityPort, Assembly-CSharp",
"Guid": 2476806214
},
"inDataAbilityName": {
"$type": "miHoYo.HYG.Scripting.InDataPortWithField`1[[System.String, mscorlib]], Assembly-CSharp",
"_value": "GaDragonflyRunawayFromWall",
"Guid": 4082047360
},
"outDataAbilityHandle": {
"$type": "miHoYo.HYG.Scripting.OutDataPort`1[[miHoYo.HYG.GameplayAbilities.GameplayAbilityHandle, Assembly-CSharp]], Assembly-CSharp",
"Guid": 2857032981
},
"OutExec": {
"$type": "miHoYo.HYG.Scripting.OutExecPort, Assembly-CSharp",
"Guid": 1845152888
},
"inExec": {
"$type": "miHoYo.HYG.Scripting.InExecPort, Assembly-CSharp",
"Guid": 2801430029
},
"Guid": 838405988
}
]
},
"_stateTagsConfig": null,
"_tagsToBlockConfig": null,
"_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": 3556774897,
"outputPort": 2059896976
},
{
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
"inputPort": 2970693632,
"outputPort": 3513576717
},
{
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
"inputPort": 3208079855,
"outputPort": 1098277364
},
{
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
"inputPort": 494624517,
"outputPort": 2001361244
},
{
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
"inputPort": 2077687030,
"outputPort": 2560536259
},
{
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
"inputPort": 393695283,
"outputPort": 2789456402
},
{
"$type": "miHoYo.HYG.FGraph.FasterGraphEdge, FGraphAsm",
"inputPort": 2801430029,
"outputPort": 2667407458
}
]
},
"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": 1094217696,
"pos": {
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
"x": 451.0,
"y": 474.0
},
"comment": null,
"commentHeight": 0.0,
"foldout": false
},
{
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
"guid": 2748418081,
"pos": {
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
"x": 830.0,
"y": 474.0
},
"comment": null,
"commentHeight": 0.0,
"foldout": false
},
{
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
"guid": 3662122060,
"pos": {
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
"x": 1037.0,
"y": 319.0
},
"comment": "",
"commentHeight": 0.0,
"foldout": false
},
{
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
"guid": 2907455714,
"pos": {
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
"x": 1037.0,
"y": 770.0
},
"comment": "",
"commentHeight": 0.0,
"foldout": false
},
{
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
"guid": 1973060655,
"pos": {
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
"x": 1037.0,
"y": 580.0
},
"comment": "",
"commentHeight": 0.0,
"foldout": false
},
{
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
"guid": 2451425067,
"pos": {
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
"x": 1037.0,
"y": 94.0
},
"comment": "",
"commentHeight": 0.0,
"foldout": false
},
{
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
"guid": 239588266,
"pos": {
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
"x": 1527.0,
"y": 319.0
},
"comment": "",
"commentHeight": 0.0,
"foldout": false
},
{
"$type": "miHoYo.HYG.FGraph.FasterNodeEditorData, FGraphAsm",
"guid": 838405988,
"pos": {
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
"x": 1524.0,
"y": 594.0
},
"comment": "",
"commentHeight": 0.0,
"foldout": false
}
]
},
"comment": null,
"position": {
"$type": "UnityEngine.Vector2, UnityEngine.CoreModule",
"x": -1140.0,
"y": -173.0
},
"scale": 1.0
},
"FilePath": "Assets/MoleRes/Rel/SRes/Data/Ability/Creature/Insect/GaDragonflyBase.json",
"InputBindings": null,
"ReplicationPolicy": 1,
"ActivationPolicy": 1,
"RemoveAbilityOnDeactivated": false,
"RetriggerAbility": false
}