Преглед изворни кода

Bug fixes and script cleanup for jump pad and malfunctioning shield generator, plus adding some additional test content

Signed-off-by: kberg-amzn <[email protected]>
kberg-amzn пре 2 година
родитељ
комит
14f981b5da

+ 1 - 1
Gem/Code/Source/AutoGen/NetworkHealthComponent.AutoComponent.xml

@@ -12,7 +12,7 @@
 
     <ArchetypeProperty Type="float" Name="MaxHealth" Init="100.0f" ExposeToEditor="true" Description="Maximum health" />
 
-    <RemoteProcedure Name="SendHealthDelta" InvokeFrom="Server" HandleOn="Authority" IsPublic="true" IsReliable="true" GenerateEventBindings="false" Description="Health changed RPC">
+    <RemoteProcedure Name="SendHealthDelta" InvokeFrom="Server" HandleOn="Authority" IsPublic="true" IsReliable="true" GenerateEventBindings="true" Description="Health changed RPC">
         <Param Type="float" Name="deltaHealth" />
     </RemoteProcedure>
 

+ 11 - 0
Gem/Code/Source/AutoGen/NetworkPlayerMovementComponent.AutoComponent.xml

@@ -44,6 +44,17 @@
         <Param Type="AZ::Vector3" Name="Impulse"/>
     </RemoteProcedure>
 
+    <RemoteProcedure
+        Name="SetVelocity"
+        InvokeFrom="Server"
+        HandleOn="Authority"
+        IsPublic="false"
+        IsReliable="true"
+        GenerateEventBindings="true"
+        Description="Directly sets the self generated velocity to the provided value, overriding any current velocity values">
+        <Param Type="AZ::Vector3" Name="Velocity"/>
+    </RemoteProcedure>
+
     <ArchetypeProperty Type="float" Name="WalkSpeed"    Init="3.0f" ExposeToEditor="true" Description="Walk speed, units in meters per second" />
     <ArchetypeProperty Type="float" Name="SprintSpeed"  Init="5.0f" ExposeToEditor="true" Description="Sprint speed, units in meters per second" />
     <ArchetypeProperty Type="float" Name="ReverseSpeed" Init="2.0f" ExposeToEditor="true" Description="Reverse speed, units in meters per second" />

+ 5 - 0
Gem/Code/Source/Components/NetworkPlayerMovementComponent.cpp

@@ -284,6 +284,11 @@ namespace MultiplayerSample
         const AZ::Vector3 newVelocity = GetSelfGeneratedVelocity() + impulse;
         SetSelfGeneratedVelocity(newVelocity);
     }
+
+    void NetworkPlayerMovementComponentController::HandleSetVelocity([[maybe_unused]] AzNetworking::IConnection* connection, const AZ::Vector3& velocity)
+    {
+        SetSelfGeneratedVelocity(velocity);
+    }
 #endif
 
     void NetworkPlayerMovementComponentController::UpdateVelocity(const NetworkPlayerMovementComponentNetworkInput& playerInput, float deltaTime, bool& jumpTriggered, bool& movingDownward)

+ 1 - 0
Gem/Code/Source/Components/NetworkPlayerMovementComponent.h

@@ -48,6 +48,7 @@ namespace MultiplayerSample
 
 #if AZ_TRAIT_SERVER
         void HandleApplyImpulse(AzNetworking::IConnection* connection, const AZ::Vector3& impulse) override;
+        void HandleSetVelocity(AzNetworking::IConnection* connection, const AZ::Vector3& velocity) override;
 #endif
         //! @}
     

Разлика између датотеке није приказан због своје велике величине
+ 182 - 751
Levels/GameplayTest/GameplayTest.prefab


+ 82 - 18
Levels/NewStarbase/NewStarbase.prefab

@@ -4383,8 +4383,9 @@
                     "Id": 8615741586168280576,
                     "m_template": {
                         "$type": "MultiplayerSample::HUDComponent",
-                        "RoundNumberId": 8,
-                        "RoundTimerId": 4
+                        "RoundNumberId": "",
+                        "RoundTimerId": "",
+                        "RoundSecondsRemaining": ""
                     }
                 },
                 "Component_[8823626037987064928]": {
@@ -11259,6 +11260,7 @@
                     "$type": "EditorEntitySortComponent",
                     "Id": 1772897977027413561,
                     "Child Entity Order": [
+                        "Instance_[436387970701411]/ContainerEntity",
                         "Entity_[86087443358607]",
                         "Entity_[86091738325903]",
                         "Entity_[86096033293199]"
@@ -28006,10 +28008,6 @@
         "Instance_[364482293648571]": {
             "Source": "MalfunctioningShieldGenerator/mshieldgen.prefab",
             "Patches": [
-                {
-                    "op": "remove",
-                    "path": "/Entities/Entity_[38393244868340]/Components/Component_[778604581285499997]/EditorAttributeList/AttributeCategories/0"
-                },
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2815070735218165771]/Parent Entity",
@@ -29293,7 +29291,7 @@
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2563122736071885678]/Transform Data/Rotate/1",
-                    "value": 1.273830758756478e-12
+                    "value": 1.2738307587564779e-12
                 },
                 {
                     "op": "replace",
@@ -29333,7 +29331,7 @@
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2563122736071885678]/Transform Data/Rotate/1",
-                    "value": 1.273830758756478e-12
+                    "value": 1.2738307587564779e-12
                 },
                 {
                     "op": "replace",
@@ -29373,7 +29371,7 @@
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2563122736071885678]/Transform Data/Rotate/1",
-                    "value": 1.273830758756478e-12
+                    "value": 1.2738307587564779e-12
                 },
                 {
                     "op": "replace",
@@ -29413,7 +29411,7 @@
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2563122736071885678]/Transform Data/Rotate/1",
-                    "value": 1.273830758756478e-12
+                    "value": 1.2738307587564779e-12
                 },
                 {
                     "op": "replace",
@@ -29453,7 +29451,7 @@
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2563122736071885678]/Transform Data/Rotate/1",
-                    "value": 1.273830758756478e-12
+                    "value": 1.2738307587564779e-12
                 },
                 {
                     "op": "replace",
@@ -29493,7 +29491,7 @@
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2563122736071885678]/Transform Data/Rotate/1",
-                    "value": 1.273830758756478e-12
+                    "value": 1.2738307587564779e-12
                 },
                 {
                     "op": "replace",
@@ -29533,7 +29531,7 @@
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2563122736071885678]/Transform Data/Rotate/1",
-                    "value": 1.273830758756478e-12
+                    "value": 1.2738307587564779e-12
                 },
                 {
                     "op": "replace",
@@ -29573,7 +29571,7 @@
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2563122736071885678]/Transform Data/Rotate/1",
-                    "value": 1.273830758756478e-12
+                    "value": 1.2738307587564779e-12
                 },
                 {
                     "op": "replace",
@@ -33547,6 +33545,76 @@
                 }
             ]
         },
+        "Instance_[436357905930339]": {
+            "Source": "AgPlatform/AgPlatform.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8292154386652853697]/Parent Entity",
+                    "value": "../Entity_[86121803096975]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8292154386652853697]/Transform Data/Translate/0",
+                    "value": 52.16789245605469
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8292154386652853697]/Transform Data/Translate/1",
+                    "value": 1.9253692626953125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8292154386652853697]/Transform Data/Translate/2",
+                    "value": -3.309915542602539
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8292154386652853697]/Transform Data/Rotate/2",
+                    "value": -85.66777038574219
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[24176906811869]/Components/Component_[3431268654275398685]/Transform Data/Translate/0",
+                    "value": -3.0231475830078125
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[24176906811869]/Components/Component_[3431268654275398685]/Transform Data/Translate/1",
+                    "value": -48.163272857666016
+                }
+            ]
+        },
+        "Instance_[436387970701411]": {
+            "Source": "Prefabs/Energy_Cannon_with_Energy_Ball.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[16896350622714100755]/Parent Entity",
+                    "value": "../Entity_[86083148391311]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[16896350622714100755]/Transform Data/Translate/0",
+                    "value": 4.917842864990234
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[16896350622714100755]/Transform Data/Translate/1",
+                    "value": 1.7837467193603516
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[16896350622714100755]/Transform Data/Translate/2",
+                    "value": -1.9898872375488281
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[16896350622714100755]/Transform Data/Rotate/2",
+                    "value": 90.0
+                }
+            ]
+        },
         "Instance_[43656826571963]": {
             "Source": "EBarricade/EBarricade_Small.prefab",
             "Patches": [
@@ -33640,10 +33708,6 @@
         "Instance_[43747020885179]": {
             "Source": "MalfunctioningShieldGenerator/mshieldgen.prefab",
             "Patches": [
-                {
-                    "op": "remove",
-                    "path": "/Entities/Entity_[38393244868340]/Components/Component_[778604581285499997]/EditorAttributeList/AttributeCategories/0"
-                },
                 {
                     "op": "replace",
                     "path": "/ContainerEntity/Components/Component_[2815070735218165771]/Parent Entity",

+ 0 - 17
Prefabs/Player.prefab

@@ -509,23 +509,6 @@
                         "$type": "Multiplayer::NetworkTransformComponent"
                     }
                 },
-                "Component_[6986583060757611873]": {
-                    "$type": "EditorScriptCanvasComponent",
-                    "Id": 6986583060757611873,
-                    "configuration": {
-                        "sourceHandle": {
-                            "id": "{83DDCA95-0CA1-5599-AA7C-EFCF1E6BC753}",
-                            "path": "scriptcanvas/DamagePlayer.scriptcanvas"
-                        },
-                        "sourceName": "DamagePlayer.scriptcanvas",
-                        "propertyOverrides": {
-                            "source": {
-                                "id": "{83DDCA95-0CA1-5599-AA7C-EFCF1E6BC753}",
-                                "path": "scriptcanvas/DamagePlayer.scriptcanvas"
-                            }
-                        }
-                    }
-                },
                 "Component_[7398251875150394377]": {
                     "$type": "GenericComponentWrapper",
                     "Id": 7398251875150394377,

+ 0 - 4411
scriptcanvas/DamagePlayer.scriptcanvas

@@ -1,4411 +0,0 @@
-{
-    "Type": "JsonSerialization",
-    "Version": 1,
-    "ClassName": "ScriptCanvasData",
-    "ClassData": {
-        "m_scriptCanvas": {
-            "Id": {
-                "id": 588895680474501
-            },
-            "Name": "Script Canvas Graph",
-            "Components": {
-                "Component_[6075086617977823632]": {
-                    "$type": "EditorGraph",
-                    "Id": 6075086617977823632,
-                    "m_graphData": {
-                        "m_nodes": [
-                            {
-                                "Id": {
-                                    "id": 588964399951237
-                                },
-                                "Name": "SC-Node(OperatorSub)",
-                                "Components": {
-                                    "Component_[1241452150983610643]": {
-                                        "$type": "OperatorSub",
-                                        "Id": 1241452150983610643,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{E818DB07-7CA3-444A-A93C-F40B01D50A79}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{F860738B-96B2-43E5-8919-958E44CBA7A7}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{78CFFC30-E4CF-4AE6-A4AF-0E4E267232A1}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            },
-                                                            {
-                                                                "m_type": 12
-                                                            },
-                                                            {
-                                                                "m_type": 14
-                                                            },
-                                                            {
-                                                                "m_type": 15
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Number 0",
-                                                "toolTip": "An operand to use in performing the specified Operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{38486D8D-6CFD-4BB5-81C9-C46877A4742C}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            },
-                                                            {
-                                                                "m_type": 12
-                                                            },
-                                                            {
-                                                                "m_type": 14
-                                                            },
-                                                            {
-                                                                "m_type": 15
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Number 1",
-                                                "toolTip": "An operand to use in performing the specified Operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{51239523-1A9E-4162-BE1F-DE0B8521DC0E}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            },
-                                                            {
-                                                                "m_type": 12
-                                                            },
-                                                            {
-                                                                "m_type": 14
-                                                            },
-                                                            {
-                                                                "m_type": 15
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Result",
-                                                "toolTip": "The result of the specified operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Number 0"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 35.0,
-                                                "label": "Number 1"
-                                            }
-                                        ]
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588951515049349
-                                },
-                                "Name": "SC Node(GetVariable)",
-                                "Components": {
-                                    "Component_[14696641207608995900]": {
-                                        "$type": "GetVariableNode",
-                                        "Id": 14696641207608995900,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{14748429-FE8C-4483-8431-030869F4309D}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "toolTip": "When signaled sends the property referenced by this node to a Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{4E9A899F-C046-42C2-B9BF-D075AB841370}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "toolTip": "Signaled after the referenced property has been pushed to the Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{C5AA7300-109F-4099-8748-0425F4BA58CB}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Vector3",
-                                                "DisplayDataType": {
-                                                    "m_type": 8
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{44581609-25ED-482A-A5D5-6F1B561C14B8}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "X",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{EF3F4D83-4A25-4B0D-83CA-C4B903DF200B}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Y",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{CF698497-3742-421C-87A5-F0C19199B890}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Z",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "m_variableId": {
-                                            "m_id": "{94FF9665-FAF1-4F89-AE53-4DE3A8CBA888}"
-                                        },
-                                        "m_variableDataOutSlotId": {
-                                            "m_id": "{C5AA7300-109F-4099-8748-0425F4BA58CB}"
-                                        },
-                                        "m_propertyAccounts": [
-                                            {
-                                                "m_propertySlotId": {
-                                                    "m_id": "{44581609-25ED-482A-A5D5-6F1B561C14B8}"
-                                                },
-                                                "m_propertyType": {
-                                                    "m_type": 3
-                                                },
-                                                "m_propertyName": "x"
-                                            },
-                                            {
-                                                "m_propertySlotId": {
-                                                    "m_id": "{EF3F4D83-4A25-4B0D-83CA-C4B903DF200B}"
-                                                },
-                                                "m_propertyType": {
-                                                    "m_type": 3
-                                                },
-                                                "m_propertyName": "y"
-                                            },
-                                            {
-                                                "m_propertySlotId": {
-                                                    "m_id": "{CF698497-3742-421C-87A5-F0C19199B890}"
-                                                },
-                                                "m_propertyType": {
-                                                    "m_type": 3
-                                                },
-                                                "m_propertyName": "z"
-                                            }
-                                        ]
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588938630147461
-                                },
-                                "Name": "SC-Node(TimeDelayNodeableNode)",
-                                "Components": {
-                                    "Component_[15411169163915932215]": {
-                                        "$type": "TimeDelayNodeableNode",
-                                        "Id": 15411169163915932215,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{970AEDA4-3033-49CC-847B-E6A7CF77A4CF}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Start",
-                                                "DisplayGroup": {
-                                                    "Value": 2675529103
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{33F5FE22-2FC3-4606-AA20-10F0C31DEAAF}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Delay",
-                                                "toolTip": "The amount of time to delay before the Done is signalled.",
-                                                "DisplayGroup": {
-                                                    "Value": 2675529103
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{300C4843-914D-42C3-888F-38EB98D2AC85}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "On Start",
-                                                "DisplayGroup": {
-                                                    "Value": 2675529103
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{A1696901-3A19-4CF9-934D-00B29FA28F15}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Done",
-                                                "toolTip": "Signaled after waiting for the specified amount of times.",
-                                                "DisplayGroup": {
-                                                    "Value": 271442091
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                },
-                                                "IsLatent": true
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.75,
-                                                "label": "Delay"
-                                            }
-                                        ],
-                                        "nodeable": {
-                                            "m_timeUnits": 2
-                                        },
-                                        "slotExecutionMap": {
-                                            "ins": [
-                                                {
-                                                    "_slotId": {
-                                                        "m_id": "{970AEDA4-3033-49CC-847B-E6A7CF77A4CF}"
-                                                    },
-                                                    "_inputs": [
-                                                        {
-                                                            "_slotId": {
-                                                                "m_id": "{33F5FE22-2FC3-4606-AA20-10F0C31DEAAF}"
-                                                            }
-                                                        }
-                                                    ],
-                                                    "_outs": [
-                                                        {
-                                                            "_slotId": {
-                                                                "m_id": "{300C4843-914D-42C3-888F-38EB98D2AC85}"
-                                                            },
-                                                            "_name": "On Start"
-                                                        }
-                                                    ]
-                                                }
-                                            ],
-                                            "latents": [
-                                                {
-                                                    "_slotId": {
-                                                        "m_id": "{A1696901-3A19-4CF9-934D-00B29FA28F15}"
-                                                    },
-                                                    "_name": "Done"
-                                                }
-                                            ]
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588925745245573
-                                },
-                                "Name": "SC Node(SetVariable)",
-                                "Components": {
-                                    "Component_[15457114212347351968]": {
-                                        "$type": "SetVariableNode",
-                                        "Id": 15457114212347351968,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{349D40EB-A656-4A1D-A69D-91E2C4D8A446}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "toolTip": "When signaled sends the variable referenced by this node to a Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{FA999ECA-BD9E-4C17-9BF6-F81A0581ECE9}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "toolTip": "Signaled after the referenced variable has been pushed to the Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{49CAEF5F-BD40-41AF-A0AF-24D6FDCB48E5}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{C4A86FD9-448F-47E1-8763-EE5476412005}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Number"
-                                            }
-                                        ],
-                                        "m_variableId": {
-                                            "m_id": "{84E1B2A7-6396-4CBB-9E27-D1CC05C37ABB}"
-                                        },
-                                        "m_variableDataInSlotId": {
-                                            "m_id": "{49CAEF5F-BD40-41AF-A0AF-24D6FDCB48E5}"
-                                        },
-                                        "m_variableDataOutSlotId": {
-                                            "m_id": "{C4A86FD9-448F-47E1-8763-EE5476412005}"
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588917155310981
-                                },
-                                "Name": "ReceiveScriptEvent",
-                                "Components": {
-                                    "Component_[17559647530098124972]": {
-                                        "$type": "ReceiveScriptEvent",
-                                        "Id": 17559647530098124972,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{AB5BE62A-FE64-419E-B839-ADA3ECFA8AA5}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Connect",
-                                                "toolTip": "Connect this event handler to the specified entity.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{E4C6D75C-DCF5-4988-ACF6-0C121649F89D}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Disconnect",
-                                                "toolTip": "Disconnect this event handler.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{2051BE0F-0646-4684-A164-DD6AB6819F16}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "OnConnected",
-                                                "toolTip": "Signaled when a connection has taken place.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{1BFDDDEE-7FE6-458E-8DAE-3BB87C74B43F}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "OnDisconnected",
-                                                "toolTip": "Signaled when this event handler is disconnected.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{97A548FD-38CA-4FB5-8579-9F5C04382AFC}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "OnFailure",
-                                                "toolTip": "Signaled when it is not possible to connect this handler.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{C1F02AF7-17DA-4C54-BF46-7D3D3374AFF0}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Location",
-                                                "toolTip": "Location",
-                                                "DisplayDataType": {
-                                                    "m_type": 8
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{43BF080D-6DF1-4FC6-BFCE-68C622A8E70C}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "DamageDistance",
-                                                "toolTip": "DamageDistance",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{EA696B4E-8B21-4C0A-9028-196D483D96D5}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "DamageMagnitude",
-                                                "toolTip": "DamageMagnitude",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{E5C3ECCE-12E1-4DA8-B333-A80BB9C9B985}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "ExecutionSlot:GeneratorExplosion",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                },
-                                                "IsLatent": true
-                                            }
-                                        ],
-                                        "m_version": 2,
-                                        "m_eventMap": [
-                                            {
-                                                "Key": {
-                                                    "Value": 1410767622
-                                                },
-                                                "Value": {
-                                                    "m_scriptEventAssetId": {
-                                                        "guid": "{55C86214-34FE-51F9-A8EC-4FA23C7CE888}"
-                                                    },
-                                                    "m_eventName": "GeneratorExplosion",
-                                                    "m_eventSlotId": {
-                                                        "m_id": "{E5C3ECCE-12E1-4DA8-B333-A80BB9C9B985}"
-                                                    },
-                                                    "m_parameterSlotIds": [
-                                                        {
-                                                            "m_id": "{C1F02AF7-17DA-4C54-BF46-7D3D3374AFF0}"
-                                                        },
-                                                        {
-                                                            "m_id": "{43BF080D-6DF1-4FC6-BFCE-68C622A8E70C}"
-                                                        },
-                                                        {
-                                                            "m_id": "{EA696B4E-8B21-4C0A-9028-196D483D96D5}"
-                                                        }
-                                                    ],
-                                                    "m_numExpectedArguments": 3
-                                                }
-                                            }
-                                        ],
-                                        "m_eventSlotMapping": {
-                                            "{1143C37B-87C1-4C02-8166-52A008980B5A}": {
-                                                "m_id": "{43BF080D-6DF1-4FC6-BFCE-68C622A8E70C}"
-                                            },
-                                            "{2703BF1A-78D3-4D3C-A85C-E999CAE22385}": {
-                                                "m_id": "{C1F02AF7-17DA-4C54-BF46-7D3D3374AFF0}"
-                                            },
-                                            "{EA552A3B-5BA5-49AD-BD47-950CE3C07935}": {
-                                                "m_id": "{E5C3ECCE-12E1-4DA8-B333-A80BB9C9B985}"
-                                            },
-                                            "{F50F1027-6958-49D1-B951-CF9B0800DBAB}": {
-                                                "m_id": "{EA696B4E-8B21-4C0A-9028-196D483D96D5}"
-                                            }
-                                        },
-                                        "m_scriptEventAssetId": {
-                                            "guid": "{55C86214-34FE-51F9-A8EC-4FA23C7CE888}"
-                                        },
-                                        "m_asset": {
-                                            "assetId": {
-                                                "guid": "{55C86214-34FE-51F9-A8EC-4FA23C7CE888}"
-                                            },
-                                            "loadBehavior": "PreLoad",
-                                            "assetHint": "scripts/shieldgenerator.scriptevents"
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588908565376389
-                                },
-                                "Name": "SC-Node(OperatorMul)",
-                                "Components": {
-                                    "Component_[1767843834167117055]": {
-                                        "$type": "OperatorMul",
-                                        "Id": 1767843834167117055,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{6BB8808C-50EB-4416-9CF5-D029DB3B8CEA}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{6727B24D-DF46-4680-BD80-9F3291F4CD12}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{7E1F4873-2B54-4248-A1E0-166E27786E1E}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "OperatorType": "Multiply",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 6
-                                                            },
-                                                            {
-                                                                "m_type": 7
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            },
-                                                            {
-                                                                "m_type": 12
-                                                            },
-                                                            {
-                                                                "m_type": 14
-                                                            },
-                                                            {
-                                                                "m_type": 15
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Number 0",
-                                                "toolTip": "An operand to use in performing the specified Operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{C18692A4-B9DC-4741-82AF-E8EA685ABCCA}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "OperatorType": "Multiply",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 6
-                                                            },
-                                                            {
-                                                                "m_type": 7
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            },
-                                                            {
-                                                                "m_type": 12
-                                                            },
-                                                            {
-                                                                "m_type": 14
-                                                            },
-                                                            {
-                                                                "m_type": 15
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Number 1",
-                                                "toolTip": "An operand to use in performing the specified Operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{F82A4098-5752-449E-9E7F-0DEE500625E0}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "OperatorType": "Multiply",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 6
-                                                            },
-                                                            {
-                                                                "m_type": 7
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            },
-                                                            {
-                                                                "m_type": 12
-                                                            },
-                                                            {
-                                                                "m_type": 14
-                                                            },
-                                                            {
-                                                                "m_type": 15
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Result",
-                                                "toolTip": "The result of the specified operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Number 0"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 8.0,
-                                                "label": "Number 1"
-                                            }
-                                        ]
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588899975441797
-                                },
-                                "Name": "SC Node(GetVariable)",
-                                "Components": {
-                                    "Component_[17770995943673960862]": {
-                                        "$type": "GetVariableNode",
-                                        "Id": 17770995943673960862,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{87483A50-73AE-48E8-B459-A6D8C5A8FB85}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "toolTip": "When signaled sends the property referenced by this node to a Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{438F1429-B1B2-4A61-A9C4-A7B5DB3A37E2}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "toolTip": "Signaled after the referenced property has been pushed to the Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{3C3C4EDF-C689-4CFA-AA8D-A71A928AA007}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "m_variableId": {
-                                            "m_id": "{0DD10E96-80B2-4319-801C-C44715C0D305}"
-                                        },
-                                        "m_variableDataOutSlotId": {
-                                            "m_id": "{3C3C4EDF-C689-4CFA-AA8D-A71A928AA007}"
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588955810016645
-                                },
-                                "Name": "SC-Node(Greater)",
-                                "Components": {
-                                    "Component_[18092670471602006447]": {
-                                        "$type": "Greater",
-                                        "Id": 18092670471602006447,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{7EAD89C3-8C68-443D-AB3A-1BFF68D2EE28}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Result",
-                                                "DisplayDataType": {
-                                                    "m_type": 0
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{3D5125F2-07DB-4D90-8FCA-8694339D690D}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "toolTip": "Signal to perform the evaluation when desired.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{75CF23FC-9FC3-4E56-BC07-D57EC5853A25}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "True",
-                                                "toolTip": "Signaled if the result of the operation is true.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{23832E23-39D9-4974-B211-34B5D3F79CC2}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "False",
-                                                "toolTip": "Signaled if the result of the operation is false.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{38D168CD-47E8-4166-BECD-5DAC85E8F6AB}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Value A",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 3545012108
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{FC7DDA93-CA53-4214-B4A9-66032A0910BB}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Value B",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 3545012108
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Value A"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Value B"
-                                            }
-                                        ]
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588968694918533
-                                },
-                                "Name": "SC-Node(SetHealth)",
-                                "Components": {
-                                    "Component_[18343977962047634971]": {
-                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
-                                        "Id": 18343977962047634971,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{78091148-2A32-48A5-ADB8-911246244167}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "EntityId: 0",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{8567961D-F437-4145-B7E0-1DF756A36CDA}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number: 1",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{66D037BB-D310-4350-A199-ABEC4531AC44}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{76FD0E12-E107-4857-A981-3B0A405CC9C4}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 1
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "EntityId",
-                                                "value": {
-                                                    "id": 2901262558
-                                                },
-                                                "label": "EntityId: 0"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Number: 1"
-                                            }
-                                        ],
-                                        "methodType": 2,
-                                        "methodName": "SetHealth",
-                                        "className": "NetworkHealthComponent",
-                                        "resultSlotIDs": [
-                                            {}
-                                        ],
-                                        "inputSlots": [
-                                            {
-                                                "m_id": "{78091148-2A32-48A5-ADB8-911246244167}"
-                                            },
-                                            {
-                                                "m_id": "{8567961D-F437-4145-B7E0-1DF756A36CDA}"
-                                            }
-                                        ],
-                                        "prettyClassName": "NetworkHealthComponent"
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588930040212869
-                                },
-                                "Name": "SC Node(GetVariable)",
-                                "Components": {
-                                    "Component_[1945107672773950487]": {
-                                        "$type": "GetVariableNode",
-                                        "Id": 1945107672773950487,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{5A6F6D55-A104-4563-9AE5-B40D9B46FF06}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "toolTip": "When signaled sends the property referenced by this node to a Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{E93A6D2B-C3D5-4882-9CFE-2C8CFC23B09D}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "toolTip": "Signaled after the referenced property has been pushed to the Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{DDEB29DF-4B6D-4C57-BFF7-672DA2EAFA5E}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "m_variableId": {
-                                            "m_id": "{84E1B2A7-6396-4CBB-9E27-D1CC05C37ABB}"
-                                        },
-                                        "m_variableDataOutSlotId": {
-                                            "m_id": "{DDEB29DF-4B6D-4C57-BFF7-672DA2EAFA5E}"
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588942925114757
-                                },
-                                "Name": "SC-Node(OperatorDiv)",
-                                "Components": {
-                                    "Component_[2484806029220837921]": {
-                                        "$type": "OperatorDiv",
-                                        "Id": 2484806029220837921,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{2D171CC7-3DAE-4C1C-86A5-9356A1651530}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{4F4327D3-1FA5-4145-AF42-2F49BDFFA963}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{32911B3C-D29D-4905-B956-C6494E856C93}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "OperatorType": "Divide",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Number 0",
-                                                "toolTip": "An operand to use in performing the specified Operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{22E36174-8E5E-4EFE-8BDE-CC8B0F62D978}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "OperatorType": "Divide",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Number 1",
-                                                "toolTip": "An operand to use in performing the specified Operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{A3BFEBE6-F951-4F11-A776-7F69D8773E51}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "OperatorType": "Divide",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Result",
-                                                "toolTip": "The result of the specified operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Number 0"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Number 1"
-                                            }
-                                        ]
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588912860343685
-                                },
-                                "Name": "SC Node(SetVariable)",
-                                "Components": {
-                                    "Component_[3184857103988033584]": {
-                                        "$type": "SetVariableNode",
-                                        "Id": 3184857103988033584,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{FD0C40D1-4BF3-4FF2-9A67-5266B2AD5B57}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "toolTip": "When signaled sends the variable referenced by this node to a Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{E8FC9E89-F11E-48C3-A8A0-2D9FCC21989B}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "toolTip": "Signaled after the referenced variable has been pushed to the Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{72C79F87-32AC-4A66-9AA2-25146B05F887}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Vector3",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{5BE66A99-3E4B-4954-846B-ECF9EFE654DB}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Vector3",
-                                                "DisplayDataType": {
-                                                    "m_type": 8
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{9DB3B7D5-550E-4F27-B65F-57EFAD036E5A}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "X",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{7BB4C786-5F68-49BA-8D53-324AB2ED023E}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Y",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{C1D4BE28-A755-4486-8878-FEE7D67F785A}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Z",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 8
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "Vector3",
-                                                "value": [
-                                                    0.0,
-                                                    0.0,
-                                                    0.0
-                                                ],
-                                                "label": "Vector3"
-                                            }
-                                        ],
-                                        "m_variableId": {
-                                            "m_id": "{94FF9665-FAF1-4F89-AE53-4DE3A8CBA888}"
-                                        },
-                                        "m_variableDataInSlotId": {
-                                            "m_id": "{72C79F87-32AC-4A66-9AA2-25146B05F887}"
-                                        },
-                                        "m_variableDataOutSlotId": {
-                                            "m_id": "{5BE66A99-3E4B-4954-846B-ECF9EFE654DB}"
-                                        },
-                                        "m_propertyAccounts": [
-                                            {
-                                                "m_propertySlotId": {
-                                                    "m_id": "{9DB3B7D5-550E-4F27-B65F-57EFAD036E5A}"
-                                                },
-                                                "m_propertyType": {
-                                                    "m_type": 3
-                                                },
-                                                "m_propertyName": "x"
-                                            },
-                                            {
-                                                "m_propertySlotId": {
-                                                    "m_id": "{7BB4C786-5F68-49BA-8D53-324AB2ED023E}"
-                                                },
-                                                "m_propertyType": {
-                                                    "m_type": 3
-                                                },
-                                                "m_propertyName": "y"
-                                            },
-                                            {
-                                                "m_propertySlotId": {
-                                                    "m_id": "{C1D4BE28-A755-4486-8878-FEE7D67F785A}"
-                                                },
-                                                "m_propertyType": {
-                                                    "m_type": 3
-                                                },
-                                                "m_propertyName": "z"
-                                            }
-                                        ]
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588921450278277
-                                },
-                                "Name": "SC-Node(GetWorldTranslation)",
-                                "Components": {
-                                    "Component_[443019911652840632]": {
-                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
-                                        "Id": 443019911652840632,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{79182A8D-82DD-4009-8551-C83D73011E2A}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "EntityId",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{99E0B3B6-BE6D-4F41-BBFC-6D0091F4F34B}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{D36C37BD-5962-4225-833B-D221E638500F}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{939D2A5C-9A97-4DBD-AEE7-8F50D882B023}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Vector3",
-                                                "DisplayDataType": {
-                                                    "m_type": 8
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 1
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "EntityId",
-                                                "value": {
-                                                    "id": 2901262558
-                                                },
-                                                "label": "EntityId"
-                                            }
-                                        ],
-                                        "methodType": 0,
-                                        "methodName": "GetWorldTranslation",
-                                        "className": "TransformBus",
-                                        "resultSlotIDs": [
-                                            {}
-                                        ],
-                                        "inputSlots": [
-                                            {
-                                                "m_id": "{79182A8D-82DD-4009-8551-C83D73011E2A}"
-                                            }
-                                        ],
-                                        "prettyClassName": "TransformBus"
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588972989885829
-                                },
-                                "Name": "SC-Node(OperatorSub)",
-                                "Components": {
-                                    "Component_[5880225207783699213]": {
-                                        "$type": "OperatorSub",
-                                        "Id": 5880225207783699213,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{4648689C-D6D1-4C0E-8CE5-9EA677AA1C5F}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{1C80F618-1AF0-43DD-93DD-60D23281C951}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{8B4DDC9D-31FB-4E38-A91C-00767FA4CB3A}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            },
-                                                            {
-                                                                "m_type": 12
-                                                            },
-                                                            {
-                                                                "m_type": 14
-                                                            },
-                                                            {
-                                                                "m_type": 15
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Number 0",
-                                                "toolTip": "An operand to use in performing the specified Operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{669777F8-5438-4795-993A-9CF945403D77}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            },
-                                                            {
-                                                                "m_type": 12
-                                                            },
-                                                            {
-                                                                "m_type": 14
-                                                            },
-                                                            {
-                                                                "m_type": 15
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Number 1",
-                                                "toolTip": "An operand to use in performing the specified Operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{3ECB3966-DFA4-4F7C-A67F-5C9A68F0B29D}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    },
-                                                    {
-                                                        "$type": "MathOperatorContract",
-                                                        "NativeTypes": [
-                                                            {
-                                                                "m_type": 3
-                                                            },
-                                                            {
-                                                                "m_type": 8
-                                                            },
-                                                            {
-                                                                "m_type": 9
-                                                            },
-                                                            {
-                                                                "m_type": 10
-                                                            },
-                                                            {
-                                                                "m_type": 12
-                                                            },
-                                                            {
-                                                                "m_type": 14
-                                                            },
-                                                            {
-                                                                "m_type": 15
-                                                            }
-                                                        ]
-                                                    }
-                                                ],
-                                                "slotName": "Result",
-                                                "toolTip": "The result of the specified operation",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "DisplayGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 1114760223
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 8.0,
-                                                "label": "Number 0"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Number 1"
-                                            }
-                                        ]
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588904270409093
-                                },
-                                "Name": "SC-Node(GetHealth)",
-                                "Components": {
-                                    "Component_[7746629838741644694]": {
-                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
-                                        "Id": 7746629838741644694,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{F89BA55D-1928-4393-9CA6-DE2DAB957077}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "EntityId",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{75C2EC00-6919-44C7-893D-7B8C0881BFC9}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{32D9DB88-D0AE-4A94-80D2-FA5FBA6BE2E1}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{97158304-7067-4B1F-A80B-B42607EC97B5}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 1
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "EntityId",
-                                                "value": {
-                                                    "id": 2901262558
-                                                },
-                                                "label": "EntityId"
-                                            }
-                                        ],
-                                        "methodType": 2,
-                                        "methodName": "GetHealth",
-                                        "className": "NetworkHealthComponent",
-                                        "resultSlotIDs": [
-                                            {}
-                                        ],
-                                        "inputSlots": [
-                                            {
-                                                "m_id": "{F89BA55D-1928-4393-9CA6-DE2DAB957077}"
-                                            }
-                                        ],
-                                        "prettyClassName": "NetworkHealthComponent"
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588960104983941
-                                },
-                                "Name": "SC-Node(ScriptCanvas_Vector3Functions_Distance)",
-                                "Components": {
-                                    "Component_[8742585166406315437]": {
-                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
-                                        "Id": 8742585166406315437,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{CF819135-C87B-4710-8C55-BDB44DC57F9C}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "A",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{43F6E0BF-73AA-4466-A000-FB34A0003BA3}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "B",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{FA49B279-7063-42B1-97B0-B0A808561AF2}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{424C7C18-9071-490B-AD81-E597D75DCFDB}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{150BEED4-6B07-4FA4-848E-B517AEFE92A0}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 8
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "Vector3",
-                                                "value": [
-                                                    0.0,
-                                                    0.0,
-                                                    0.0
-                                                ],
-                                                "label": "A"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 8
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "Vector3",
-                                                "value": [
-                                                    0.0,
-                                                    0.0,
-                                                    0.0
-                                                ],
-                                                "label": "B"
-                                            }
-                                        ],
-                                        "methodType": 1,
-                                        "methodName": "ScriptCanvas_Vector3Functions_Distance",
-                                        "resultSlotIDs": [
-                                            {}
-                                        ],
-                                        "inputSlots": [
-                                            {
-                                                "m_id": "{CF819135-C87B-4710-8C55-BDB44DC57F9C}"
-                                            },
-                                            {
-                                                "m_id": "{43F6E0BF-73AA-4466-A000-FB34A0003BA3}"
-                                            }
-                                        ],
-                                        "prettyClassName": "ScriptCanvas_Vector3Functions_Distance"
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588934335180165
-                                },
-                                "Name": "SC-Node(Max)",
-                                "Components": {
-                                    "Component_[8766345716192939996]": {
-                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
-                                        "Id": 8766345716192939996,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{2BDC99A0-6454-4EA0-9E13-C4BCDED79FE5}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number: 0",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{E1E6A7A3-720B-4CF5-9B69-9FAC495E67FA}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number: 1",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{72F66B82-5EEB-45EA-8383-C14689D826B0}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{2FAA53FA-5E44-44B2-9901-8CFF83A58CE8}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{7F1A2C82-CBC0-46F3-BC44-0E20523F7E0A}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "A"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "B"
-                                            }
-                                        ],
-                                        "methodType": 2,
-                                        "methodName": "Max",
-                                        "className": "Math",
-                                        "resultSlotIDs": [
-                                            {}
-                                        ],
-                                        "inputSlots": [
-                                            {
-                                                "m_id": "{2BDC99A0-6454-4EA0-9E13-C4BCDED79FE5}"
-                                            },
-                                            {
-                                                "m_id": "{E1E6A7A3-720B-4CF5-9B69-9FAC495E67FA}"
-                                            }
-                                        ],
-                                        "prettyClassName": "Math"
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588947220082053
-                                },
-                                "Name": "SC Node(SetVariable)",
-                                "Components": {
-                                    "Component_[9146321289292005425]": {
-                                        "$type": "SetVariableNode",
-                                        "Id": 9146321289292005425,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{DE298B30-FFF1-4640-81DB-28D67879794E}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "toolTip": "When signaled sends the variable referenced by this node to a Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{A3D954EE-D359-41A0-A29B-4E3F87F08E4E}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "toolTip": "Signaled after the referenced variable has been pushed to the Data Output slot",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{392F2E83-F727-4250-8E9F-0F5FA35A3524}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{8DEA571A-DC51-467A-915E-A77B101F7A0D}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Number"
-                                            }
-                                        ],
-                                        "m_variableId": {
-                                            "m_id": "{0DD10E96-80B2-4319-801C-C44715C0D305}"
-                                        },
-                                        "m_variableDataInSlotId": {
-                                            "m_id": "{392F2E83-F727-4250-8E9F-0F5FA35A3524}"
-                                        },
-                                        "m_variableDataOutSlotId": {
-                                            "m_id": "{8DEA571A-DC51-467A-915E-A77B101F7A0D}"
-                                        }
-                                    }
-                                }
-                            }
-                        ],
-                        "m_connections": [
-                            {
-                                "Id": {
-                                    "id": 588977284853125
-                                },
-                                "Name": "srcEndpoint=(GetHealth: Out), destEndpoint=(Subtract (-): In)",
-                                "Components": {
-                                    "Component_[6177260611415075318]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 6177260611415075318,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588904270409093
-                                            },
-                                            "slotId": {
-                                                "m_id": "{32D9DB88-D0AE-4A94-80D2-FA5FBA6BE2E1}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588964399951237
-                                            },
-                                            "slotId": {
-                                                "m_id": "{E818DB07-7CA3-444A-A93C-F40B01D50A79}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588981579820421
-                                },
-                                "Name": "srcEndpoint=(GetHealth: Number), destEndpoint=(Subtract (-): Value 0)",
-                                "Components": {
-                                    "Component_[2370538704132265748]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 2370538704132265748,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588904270409093
-                                            },
-                                            "slotId": {
-                                                "m_id": "{97158304-7067-4B1F-A80B-B42607EC97B5}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588964399951237
-                                            },
-                                            "slotId": {
-                                                "m_id": "{78CFFC30-E4CF-4AE6-A4AF-0E4E267232A1}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588985874787717
-                                },
-                                "Name": "srcEndpoint=(GetWorldTranslation: Vector3), destEndpoint=(ScriptCanvas_Vector3Functions_Distance: A)",
-                                "Components": {
-                                    "Component_[15166817727364089374]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 15166817727364089374,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588921450278277
-                                            },
-                                            "slotId": {
-                                                "m_id": "{939D2A5C-9A97-4DBD-AEE7-8F50D882B023}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588960104983941
-                                            },
-                                            "slotId": {
-                                                "m_id": "{CF819135-C87B-4710-8C55-BDB44DC57F9C}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588990169755013
-                                },
-                                "Name": "srcEndpoint=(ScriptCanvas_Vector3Functions_Distance: Number), destEndpoint=(Subtract (-): Value 1)",
-                                "Components": {
-                                    "Component_[2168179635145101417]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 2168179635145101417,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588960104983941
-                                            },
-                                            "slotId": {
-                                                "m_id": "{150BEED4-6B07-4FA4-848E-B517AEFE92A0}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588972989885829
-                                            },
-                                            "slotId": {
-                                                "m_id": "{669777F8-5438-4795-993A-9CF945403D77}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588994464722309
-                                },
-                                "Name": "srcEndpoint=(Receive Script Event: ExecutionSlot:GeneratorExplosion), destEndpoint=(TimeDelay: Start)",
-                                "Components": {
-                                    "Component_[10409736639023585349]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 10409736639023585349,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588917155310981
-                                            },
-                                            "slotId": {
-                                                "m_id": "{E5C3ECCE-12E1-4DA8-B333-A80BB9C9B985}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588938630147461
-                                            },
-                                            "slotId": {
-                                                "m_id": "{970AEDA4-3033-49CC-847B-E6A7CF77A4CF}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 588998759689605
-                                },
-                                "Name": "srcEndpoint=(TimeDelay: Done), destEndpoint=(GetWorldTranslation: In)",
-                                "Components": {
-                                    "Component_[13527560815614165362]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 13527560815614165362,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588938630147461
-                                            },
-                                            "slotId": {
-                                                "m_id": "{A1696901-3A19-4CF9-934D-00B29FA28F15}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588921450278277
-                                            },
-                                            "slotId": {
-                                                "m_id": "{99E0B3B6-BE6D-4F41-BBFC-6D0091F4F34B}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589003054656901
-                                },
-                                "Name": "srcEndpoint=(Subtract (-): Result), destEndpoint=(Greater Than (>): Value A)",
-                                "Components": {
-                                    "Component_[4592766325721395657]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 4592766325721395657,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588972989885829
-                                            },
-                                            "slotId": {
-                                                "m_id": "{3ECB3966-DFA4-4F7C-A67F-5C9A68F0B29D}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588955810016645
-                                            },
-                                            "slotId": {
-                                                "m_id": "{38D168CD-47E8-4166-BECD-5DAC85E8F6AB}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589007349624197
-                                },
-                                "Name": "srcEndpoint=(Multiply (*): Out), destEndpoint=(GetHealth: In)",
-                                "Components": {
-                                    "Component_[700776841517387289]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 700776841517387289,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588908565376389
-                                            },
-                                            "slotId": {
-                                                "m_id": "{6727B24D-DF46-4680-BD80-9F3291F4CD12}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588904270409093
-                                            },
-                                            "slotId": {
-                                                "m_id": "{75C2EC00-6919-44C7-893D-7B8C0881BFC9}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589011644591493
-                                },
-                                "Name": "srcEndpoint=(Multiply (*): Result), destEndpoint=(Subtract (-): Number 1)",
-                                "Components": {
-                                    "Component_[4872943769426674710]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 4872943769426674710,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588908565376389
-                                            },
-                                            "slotId": {
-                                                "m_id": "{F82A4098-5752-449E-9E7F-0DEE500625E0}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588964399951237
-                                            },
-                                            "slotId": {
-                                                "m_id": "{38486D8D-6CFD-4BB5-81C9-C46877A4742C}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589015939558789
-                                },
-                                "Name": "srcEndpoint=(Receive Script Event: ExecutionSlot:GeneratorExplosion), destEndpoint=(Set Variable: In)",
-                                "Components": {
-                                    "Component_[7807719652886550836]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 7807719652886550836,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588917155310981
-                                            },
-                                            "slotId": {
-                                                "m_id": "{E5C3ECCE-12E1-4DA8-B333-A80BB9C9B985}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588912860343685
-                                            },
-                                            "slotId": {
-                                                "m_id": "{FD0C40D1-4BF3-4FF2-9A67-5266B2AD5B57}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589020234526085
-                                },
-                                "Name": "srcEndpoint=(Receive Script Event: Location), destEndpoint=(Set Variable: Vector3)",
-                                "Components": {
-                                    "Component_[7211090262805225672]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 7211090262805225672,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588917155310981
-                                            },
-                                            "slotId": {
-                                                "m_id": "{C1F02AF7-17DA-4C54-BF46-7D3D3374AFF0}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588912860343685
-                                            },
-                                            "slotId": {
-                                                "m_id": "{72C79F87-32AC-4A66-9AA2-25146B05F887}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589024529493381
-                                },
-                                "Name": "srcEndpoint=(GetWorldTranslation: Out), destEndpoint=(Get Variable: In)",
-                                "Components": {
-                                    "Component_[13194899939505637672]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 13194899939505637672,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588921450278277
-                                            },
-                                            "slotId": {
-                                                "m_id": "{D36C37BD-5962-4225-833B-D221E638500F}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588951515049349
-                                            },
-                                            "slotId": {
-                                                "m_id": "{14748429-FE8C-4483-8431-030869F4309D}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589028824460677
-                                },
-                                "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(ScriptCanvas_Vector3Functions_Distance: In)",
-                                "Components": {
-                                    "Component_[11192532321679814266]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 11192532321679814266,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588951515049349
-                                            },
-                                            "slotId": {
-                                                "m_id": "{4E9A899F-C046-42C2-B9BF-D075AB841370}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588960104983941
-                                            },
-                                            "slotId": {
-                                                "m_id": "{FA49B279-7063-42B1-97B0-B0A808561AF2}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589033119427973
-                                },
-                                "Name": "srcEndpoint=(Get Variable: Vector3), destEndpoint=(ScriptCanvas_Vector3Functions_Distance: B)",
-                                "Components": {
-                                    "Component_[5148802782800270786]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 5148802782800270786,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588951515049349
-                                            },
-                                            "slotId": {
-                                                "m_id": "{C5AA7300-109F-4099-8748-0425F4BA58CB}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588960104983941
-                                            },
-                                            "slotId": {
-                                                "m_id": "{43F6E0BF-73AA-4466-A000-FB34A0003BA3}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589037414395269
-                                },
-                                "Name": "srcEndpoint=(Set Variable: Out), destEndpoint=(Set Variable: In)",
-                                "Components": {
-                                    "Component_[16555713634758038850]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 16555713634758038850,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588912860343685
-                                            },
-                                            "slotId": {
-                                                "m_id": "{E8FC9E89-F11E-48C3-A8A0-2D9FCC21989B}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588947220082053
-                                            },
-                                            "slotId": {
-                                                "m_id": "{DE298B30-FFF1-4640-81DB-28D67879794E}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589041709362565
-                                },
-                                "Name": "srcEndpoint=(Receive Script Event: DamageDistance), destEndpoint=(Set Variable: Number)",
-                                "Components": {
-                                    "Component_[903945900341177041]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 903945900341177041,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588917155310981
-                                            },
-                                            "slotId": {
-                                                "m_id": "{43BF080D-6DF1-4FC6-BFCE-68C622A8E70C}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588947220082053
-                                            },
-                                            "slotId": {
-                                                "m_id": "{392F2E83-F727-4250-8E9F-0F5FA35A3524}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589046004329861
-                                },
-                                "Name": "srcEndpoint=(Set Variable: Out), destEndpoint=(Set Variable: In)",
-                                "Components": {
-                                    "Component_[17917992763010912183]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 17917992763010912183,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588947220082053
-                                            },
-                                            "slotId": {
-                                                "m_id": "{A3D954EE-D359-41A0-A29B-4E3F87F08E4E}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588925745245573
-                                            },
-                                            "slotId": {
-                                                "m_id": "{349D40EB-A656-4A1D-A69D-91E2C4D8A446}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589050299297157
-                                },
-                                "Name": "srcEndpoint=(Receive Script Event: DamageMagnitude), destEndpoint=(Set Variable: Number)",
-                                "Components": {
-                                    "Component_[14565094679079929912]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 14565094679079929912,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588917155310981
-                                            },
-                                            "slotId": {
-                                                "m_id": "{EA696B4E-8B21-4C0A-9028-196D483D96D5}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588925745245573
-                                            },
-                                            "slotId": {
-                                                "m_id": "{49CAEF5F-BD40-41AF-A0AF-24D6FDCB48E5}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589054594264453
-                                },
-                                "Name": "srcEndpoint=(ScriptCanvas_Vector3Functions_Distance: Out), destEndpoint=(Get Variable: In)",
-                                "Components": {
-                                    "Component_[18316650924307458181]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 18316650924307458181,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588960104983941
-                                            },
-                                            "slotId": {
-                                                "m_id": "{424C7C18-9071-490B-AD81-E597D75DCFDB}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588899975441797
-                                            },
-                                            "slotId": {
-                                                "m_id": "{87483A50-73AE-48E8-B459-A6D8C5A8FB85}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589058889231749
-                                },
-                                "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Subtract (-): In)",
-                                "Components": {
-                                    "Component_[10596305730866159017]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 10596305730866159017,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588899975441797
-                                            },
-                                            "slotId": {
-                                                "m_id": "{438F1429-B1B2-4A61-A9C4-A7B5DB3A37E2}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588972989885829
-                                            },
-                                            "slotId": {
-                                                "m_id": "{4648689C-D6D1-4C0E-8CE5-9EA677AA1C5F}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589063184199045
-                                },
-                                "Name": "srcEndpoint=(Get Variable: Number), destEndpoint=(Subtract (-): Number 0)",
-                                "Components": {
-                                    "Component_[2873247205580295840]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 2873247205580295840,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588899975441797
-                                            },
-                                            "slotId": {
-                                                "m_id": "{3C3C4EDF-C689-4CFA-AA8D-A71A928AA007}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588972989885829
-                                            },
-                                            "slotId": {
-                                                "m_id": "{8B4DDC9D-31FB-4E38-A91C-00767FA4CB3A}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589067479166341
-                                },
-                                "Name": "srcEndpoint=(Subtract (-): Out), destEndpoint=(Greater Than (>): In)",
-                                "Components": {
-                                    "Component_[16789877535753674551]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 16789877535753674551,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588972989885829
-                                            },
-                                            "slotId": {
-                                                "m_id": "{1C80F618-1AF0-43DD-93DD-60D23281C951}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588955810016645
-                                            },
-                                            "slotId": {
-                                                "m_id": "{3D5125F2-07DB-4D90-8FCA-8694339D690D}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589071774133637
-                                },
-                                "Name": "srcEndpoint=(Greater Than (>): True), destEndpoint=(Divide (/): In)",
-                                "Components": {
-                                    "Component_[10786561407769702957]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 10786561407769702957,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588955810016645
-                                            },
-                                            "slotId": {
-                                                "m_id": "{75CF23FC-9FC3-4E56-BC07-D57EC5853A25}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588942925114757
-                                            },
-                                            "slotId": {
-                                                "m_id": "{2D171CC7-3DAE-4C1C-86A5-9356A1651530}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589076069100933
-                                },
-                                "Name": "srcEndpoint=(Subtract (-): Result), destEndpoint=(Divide (/): Value 0)",
-                                "Components": {
-                                    "Component_[11618064408989615378]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 11618064408989615378,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588972989885829
-                                            },
-                                            "slotId": {
-                                                "m_id": "{3ECB3966-DFA4-4F7C-A67F-5C9A68F0B29D}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588942925114757
-                                            },
-                                            "slotId": {
-                                                "m_id": "{32911B3C-D29D-4905-B956-C6494E856C93}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589080364068229
-                                },
-                                "Name": "srcEndpoint=(Get Variable: Number), destEndpoint=(Divide (/): Number 1)",
-                                "Components": {
-                                    "Component_[16628582335226919711]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 16628582335226919711,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588899975441797
-                                            },
-                                            "slotId": {
-                                                "m_id": "{3C3C4EDF-C689-4CFA-AA8D-A71A928AA007}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588942925114757
-                                            },
-                                            "slotId": {
-                                                "m_id": "{22E36174-8E5E-4EFE-8BDE-CC8B0F62D978}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589084659035525
-                                },
-                                "Name": "srcEndpoint=(Divide (/): Out), destEndpoint=(Get Variable: In)",
-                                "Components": {
-                                    "Component_[10301839132191654121]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 10301839132191654121,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588942925114757
-                                            },
-                                            "slotId": {
-                                                "m_id": "{4F4327D3-1FA5-4145-AF42-2F49BDFFA963}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588930040212869
-                                            },
-                                            "slotId": {
-                                                "m_id": "{5A6F6D55-A104-4563-9AE5-B40D9B46FF06}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589088954002821
-                                },
-                                "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Multiply (*): In)",
-                                "Components": {
-                                    "Component_[17668759210259768095]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 17668759210259768095,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588930040212869
-                                            },
-                                            "slotId": {
-                                                "m_id": "{E93A6D2B-C3D5-4882-9CFE-2C8CFC23B09D}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588908565376389
-                                            },
-                                            "slotId": {
-                                                "m_id": "{6BB8808C-50EB-4416-9CF5-D029DB3B8CEA}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589093248970117
-                                },
-                                "Name": "srcEndpoint=(Divide (/): Result), destEndpoint=(Multiply (*): Number 1)",
-                                "Components": {
-                                    "Component_[371025467614161943]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 371025467614161943,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588942925114757
-                                            },
-                                            "slotId": {
-                                                "m_id": "{A3BFEBE6-F951-4F11-A776-7F69D8773E51}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588908565376389
-                                            },
-                                            "slotId": {
-                                                "m_id": "{C18692A4-B9DC-4741-82AF-E8EA685ABCCA}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589097543937413
-                                },
-                                "Name": "srcEndpoint=(Get Variable: Number), destEndpoint=(Multiply (*): Number 0)",
-                                "Components": {
-                                    "Component_[7782166493030168401]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 7782166493030168401,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588930040212869
-                                            },
-                                            "slotId": {
-                                                "m_id": "{DDEB29DF-4B6D-4C57-BFF7-672DA2EAFA5E}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588908565376389
-                                            },
-                                            "slotId": {
-                                                "m_id": "{7E1F4873-2B54-4248-A1E0-166E27786E1E}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589101838904709
-                                },
-                                "Name": "srcEndpoint=(Subtract (-): Out), destEndpoint=(Max: In)",
-                                "Components": {
-                                    "Component_[15700532936176627550]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 15700532936176627550,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588964399951237
-                                            },
-                                            "slotId": {
-                                                "m_id": "{F860738B-96B2-43E5-8919-958E44CBA7A7}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588934335180165
-                                            },
-                                            "slotId": {
-                                                "m_id": "{72F66B82-5EEB-45EA-8383-C14689D826B0}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589106133872005
-                                },
-                                "Name": "srcEndpoint=(Subtract (-): Result), destEndpoint=(Max: Number: 0)",
-                                "Components": {
-                                    "Component_[12450921352964212005]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 12450921352964212005,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588964399951237
-                                            },
-                                            "slotId": {
-                                                "m_id": "{51239523-1A9E-4162-BE1F-DE0B8521DC0E}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588934335180165
-                                            },
-                                            "slotId": {
-                                                "m_id": "{2BDC99A0-6454-4EA0-9E13-C4BCDED79FE5}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589110428839301
-                                },
-                                "Name": "srcEndpoint=(Max: Out), destEndpoint=(SetHealth: In)",
-                                "Components": {
-                                    "Component_[14170842052129212222]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 14170842052129212222,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588934335180165
-                                            },
-                                            "slotId": {
-                                                "m_id": "{2FAA53FA-5E44-44B2-9901-8CFF83A58CE8}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588968694918533
-                                            },
-                                            "slotId": {
-                                                "m_id": "{66D037BB-D310-4350-A199-ABEC4531AC44}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 589114723806597
-                                },
-                                "Name": "srcEndpoint=(Max: Number), destEndpoint=(SetHealth: Number: 1)",
-                                "Components": {
-                                    "Component_[10568157436587819535]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 10568157436587819535,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 588934335180165
-                                            },
-                                            "slotId": {
-                                                "m_id": "{7F1A2C82-CBC0-46F3-BC44-0E20523F7E0A}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 588968694918533
-                                            },
-                                            "slotId": {
-                                                "m_id": "{8567961D-F437-4145-B7E0-1DF756A36CDA}"
-                                            }
-                                        }
-                                    }
-                                }
-                            }
-                        ]
-                    },
-                    "versionData": {
-                        "_grammarVersion": 1,
-                        "_runtimeVersion": 1,
-                        "_fileVersion": 1
-                    },
-                    "m_variableCounter": 3,
-                    "GraphCanvasData": [
-                        {
-                            "Key": {
-                                "id": 588895680474501
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{5F84B500-8C45-40D1-8EFC-A5306B241444}": {
-                                        "$type": "SceneComponentSaveData",
-                                        "Constructs": [
-                                            {
-                                                "Type": 1,
-                                                "DataContainer": {
-                                                    "ComponentData": {
-                                                        "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                                            "$type": "NodeSaveData"
-                                                        },
-                                                        "{524D8380-AC09-444E-870E-9CEF2535B4A2}": {
-                                                            "$type": "CommentNodeTextSaveData",
-                                                            "Comment": "The explosion effect takes a bit of time, so this times the damage to line up with the effect a bit better",
-                                                            "BackgroundColor": [
-                                                                0.9800000190734863,
-                                                                0.9700000286102295,
-                                                                0.6499999761581421
-                                                            ],
-                                                            "FontSettings": {
-                                                                "PixelSize": 16
-                                                            }
-                                                        },
-                                                        "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                                            "$type": "GeometrySaveData",
-                                                            "Position": [
-                                                                480.0,
-                                                                60.0
-                                                            ]
-                                                        },
-                                                        "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                                            "$type": "StylingComponentSaveData"
-                                                        },
-                                                        "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                                            "$type": "PersistentIdComponentSaveData",
-                                                            "PersistentId": "{0F372E1E-9F2D-44D9-AE85-BC087EF38025}"
-                                                        }
-                                                    }
-                                                }
-                                            }
-                                        ],
-                                        "ViewParams": {
-                                            "Scale": 1.1813053517862189,
-                                            "AnchorX": -228.5607147216797,
-                                            "AnchorY": -27.08867835998535
-                                        }
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588899975441797
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "GetVariableNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            1680.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".getVariable"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{B665A72F-1B17-4598-9274-74253603DDA0}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588904270409093
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MethodNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            3480.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".method"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{5C3664D3-155C-45C4-A29D-A101436BDF8B}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588908565376389
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MathNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            3180.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{F1C0F5B8-7860-45B2-B890-E10BBFB65DBC}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588912860343685
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "SetVariableNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            480.0,
-                                            440.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".setVariable"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{15234985-BCBE-4E99-A390-B6969E03E793}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588917155310981
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            180.0,
-                                            320.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{E529F732-A219-4FFE-A255-865D3CE56829}"
-                                    },
-                                    "{D8BBE799-7E4D-495A-B69A-1E3940670891}": {
-                                        "$type": "ScriptEventReceiverHandlerNodeDescriptorSaveData",
-                                        "EventNames": [
-                                            [
-                                                {
-                                                    "Value": 1410767622
-                                                },
-                                                "GeneratorExplosion"
-                                            ]
-                                        ]
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588921450278277
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MethodNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            780.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".method"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{6AEDF428-6E70-40DD-97E5-AF8489FDC54A}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588925745245573
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "SetVariableNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            1080.0,
-                                            440.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".setVariable"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{50842653-94A9-439B-A382-13AF1DD79608}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588930040212869
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "GetVariableNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            2880.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".getVariable"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{8B731B82-5390-458C-904D-20806B037AC4}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588934335180165
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MethodNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            4220.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".method"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{882712CD-7185-4FC6-A61C-6018FC28FBE6}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588938630147461
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "TimeNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            480.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{1842A9CA-A6B1-4902-9422-97258C1914B9}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588942925114757
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MathNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            2580.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{B2FB1E37-32B7-4E1C-A67E-5B420C0EA47B}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588947220082053
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "SetVariableNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            780.0,
-                                            440.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".setVariable"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{0D139682-E0BD-4549-974B-5B5520D84A63}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588951515049349
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "GetVariableNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            1220.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".getVariable"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{F4B6BD83-6088-40A5-8DB5-69448262CEB1}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588955810016645
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MathNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            2280.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{3BBE3B55-E34C-492B-9439-D59FF6E5A46C}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588960104983941
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MethodNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            1520.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".method"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{D7004B87-3F01-4AEE-B767-5F186AD0E7E2}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588964399951237
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MathNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            3920.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{8745CE99-96CC-4775-B038-2487573F49B1}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588968694918533
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MethodNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            4520.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".method"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{575EBC24-7A23-4318-85E9-95D80C5C3E42}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 588972989885829
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MathNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            1980.0,
-                                            160.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{C797F777-BEC4-4093-A7A6-7C8970C00604}"
-                                    }
-                                }
-                            }
-                        }
-                    ],
-                    "StatisticsHelper": {
-                        "InstanceCounter": [
-                            {
-                                "Key": 955089921810928021,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 1678857243118888947,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 1889704039781118176,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 3831133102094148367,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 5827418159659215813,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 6462358712820489356,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 7510385287902138096,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 8355498576111140838,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 9956845548023455343,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 12599516393864497621,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 12702286953450386850,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 12750096228946440559,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 13774516556399355685,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 13894560646636050780,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 16883864771291515098,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 17746292506071718793,
-                                "Value": 2
-                            },
-                            {
-                                "Key": 18401235402193740108,
-                                "Value": 1
-                            }
-                        ]
-                    }
-                },
-                "Component_[8281862241037053378]": {
-                    "$type": "EditorGraphVariableManagerComponent",
-                    "Id": 8281862241037053378,
-                    "m_variableData": {
-                        "m_nameVariableMap": [
-                            {
-                                "Key": {
-                                    "m_id": "{0DD10E96-80B2-4319-801C-C44715C0D305}"
-                                },
-                                "Value": {
-                                    "Datum": {
-                                        "isOverloadedStorage": false,
-                                        "scriptCanvasType": {
-                                            "m_type": 3
-                                        },
-                                        "isNullPointer": false,
-                                        "$type": "double",
-                                        "value": 0.0
-                                    },
-                                    "VariableId": {
-                                        "m_id": "{0DD10E96-80B2-4319-801C-C44715C0D305}"
-                                    },
-                                    "VariableName": "DamageDistance"
-                                }
-                            },
-                            {
-                                "Key": {
-                                    "m_id": "{84E1B2A7-6396-4CBB-9E27-D1CC05C37ABB}"
-                                },
-                                "Value": {
-                                    "Datum": {
-                                        "isOverloadedStorage": false,
-                                        "scriptCanvasType": {
-                                            "m_type": 3
-                                        },
-                                        "isNullPointer": false,
-                                        "$type": "double",
-                                        "value": 0.0
-                                    },
-                                    "VariableId": {
-                                        "m_id": "{84E1B2A7-6396-4CBB-9E27-D1CC05C37ABB}"
-                                    },
-                                    "VariableName": "DamageMagnitude"
-                                }
-                            },
-                            {
-                                "Key": {
-                                    "m_id": "{94FF9665-FAF1-4F89-AE53-4DE3A8CBA888}"
-                                },
-                                "Value": {
-                                    "Datum": {
-                                        "isOverloadedStorage": false,
-                                        "scriptCanvasType": {
-                                            "m_type": 8
-                                        },
-                                        "isNullPointer": false,
-                                        "$type": "Vector3",
-                                        "value": [
-                                            0.0,
-                                            0.0,
-                                            0.0
-                                        ]
-                                    },
-                                    "VariableId": {
-                                        "m_id": "{94FF9665-FAF1-4F89-AE53-4DE3A8CBA888}"
-                                    },
-                                    "VariableName": "ExplosionLocation"
-                                }
-                            }
-                        ]
-                    }
-                }
-            }
-        }
-    }
-}

Разлика између датотеке није приказан због своје велике величине
+ 498 - 329
scriptcanvas/JumpPad.scriptcanvas


+ 0 - 1573
scriptcanvas/ShieldGeneratorExplosionEffects.scriptcanvas

@@ -1,1573 +0,0 @@
-{
-    "Type": "JsonSerialization",
-    "Version": 1,
-    "ClassName": "ScriptCanvasData",
-    "ClassData": {
-        "m_scriptCanvas": {
-            "Id": {
-                "id": 432966892793221
-            },
-            "Name": "Script Canvas Graph",
-            "Components": {
-                "Component_[6797040544570534739]": {
-                    "$type": "EditorGraphVariableManagerComponent",
-                    "Id": 6797040544570534739
-                },
-                "Component_[8318769961390103668]": {
-                    "$type": "EditorGraph",
-                    "Id": 8318769961390103668,
-                    "m_graphData": {
-                        "m_nodes": [
-                            {
-                                "Id": {
-                                    "id": 433001252531589
-                                },
-                                "Name": "SC-Node(IfAgentTypeNodeableNode)",
-                                "Components": {
-                                    "Component_[12257188371063948385]": {
-                                        "$type": "IfAgentTypeNodeableNode",
-                                        "Id": 12257188371063948385,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{5755CE76-633D-4023-BBF3-38ADFD23374F}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "toolTip": "Branches on agent type",
-                                                "DisplayGroup": {
-                                                    "Value": 1609338446
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{59C00F05-5537-4398-B3AB-9D89C727BF8F}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "If Client Type",
-                                                "toolTip": "A Client connected to either a server or host.",
-                                                "DisplayGroup": {
-                                                    "Value": 1609338446
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{F0C307F2-ABED-41FD-B876-6E7DE8801764}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "If ClientServer Type",
-                                                "toolTip": "A Client that also hosts and is the authority of the session",
-                                                "DisplayGroup": {
-                                                    "Value": 1609338446
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{E984C558-6373-46C1-BB35-25845B9AB98A}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "If DedicatedServer Type",
-                                                "toolTip": "A Dedicated Server which does not locally host any clients",
-                                                "DisplayGroup": {
-                                                    "Value": 1609338446
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{31E44AC3-0B25-4EC1-A68C-2A1E4BC3B50A}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "If Singleplayer",
-                                                "toolTip": "The application is in single player mode",
-                                                "DisplayGroup": {
-                                                    "Value": 1609338446
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            }
-                                        ],
-                                        "slotExecutionMap": {
-                                            "ins": [
-                                                {
-                                                    "_slotId": {
-                                                        "m_id": "{5755CE76-633D-4023-BBF3-38ADFD23374F}"
-                                                    },
-                                                    "_outs": [
-                                                        {
-                                                            "_slotId": {
-                                                                "m_id": "{59C00F05-5537-4398-B3AB-9D89C727BF8F}"
-                                                            },
-                                                            "_name": "If Client Type"
-                                                        },
-                                                        {
-                                                            "_slotId": {
-                                                                "m_id": "{F0C307F2-ABED-41FD-B876-6E7DE8801764}"
-                                                            },
-                                                            "_name": "If ClientServer Type"
-                                                        },
-                                                        {
-                                                            "_slotId": {
-                                                                "m_id": "{E984C558-6373-46C1-BB35-25845B9AB98A}"
-                                                            },
-                                                            "_name": "If DedicatedServer Type"
-                                                        },
-                                                        {
-                                                            "_slotId": {
-                                                                "m_id": "{31E44AC3-0B25-4EC1-A68C-2A1E4BC3B50A}"
-                                                            },
-                                                            "_name": "If Singleplayer"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 432996957564293
-                                },
-                                "Name": "SC-Node(ScriptCanvas_Vector3Functions_DistanceSquared)",
-                                "Components": {
-                                    "Component_[13415102201800543235]": {
-                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
-                                        "Id": 13415102201800543235,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{E96E3235-AF99-408A-8F51-72B936FE5DB4}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "A",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{68D89725-253F-474D-B3C9-25D1631267E8}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "B",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{B833E0FA-B02A-4A39-A05F-2BBCBEF7AB6C}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{77A33533-578F-4804-9FB8-FE2E0F9A592C}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{73F43A86-F6E7-4C23-97B5-736FA1CAD12A}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Number",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 8
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "Vector3",
-                                                "value": [
-                                                    0.0,
-                                                    0.0,
-                                                    0.0
-                                                ],
-                                                "label": "A"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 8
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "Vector3",
-                                                "value": [
-                                                    0.0,
-                                                    0.0,
-                                                    0.0
-                                                ],
-                                                "label": "B"
-                                            }
-                                        ],
-                                        "methodType": 1,
-                                        "methodName": "ScriptCanvas_Vector3Functions_DistanceSquared",
-                                        "resultSlotIDs": [
-                                            {}
-                                        ],
-                                        "inputSlots": [
-                                            {
-                                                "m_id": "{E96E3235-AF99-408A-8F51-72B936FE5DB4}"
-                                            },
-                                            {
-                                                "m_id": "{68D89725-253F-474D-B3C9-25D1631267E8}"
-                                            }
-                                        ],
-                                        "prettyClassName": "ScriptCanvas_Vector3Functions_DistanceSquared"
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 432992662596997
-                                },
-                                "Name": "SC-Node(Less)",
-                                "Components": {
-                                    "Component_[14121005606859623336]": {
-                                        "$type": "Less",
-                                        "Id": 14121005606859623336,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{B0F338FD-4242-480E-833D-F59AC279D0EA}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Result",
-                                                "DisplayDataType": {
-                                                    "m_type": 0
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{D0531741-8981-4FBA-9506-E2D197FC7583}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "toolTip": "Signal to perform the evaluation when desired.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{7D4D13E8-1224-4B68-AE92-FA3778DCE0B8}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "True",
-                                                "toolTip": "Signaled if the result of the operation is true.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{2DA7498A-D011-4DC6-9EF2-1203429A1BE5}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "False",
-                                                "toolTip": "Signaled if the result of the operation is false.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{7E2C27F7-49B0-4DAC-BB00-3BCE64951042}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Value A",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 3545012108
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{AED65986-D7CE-463D-9FF8-9BB95D11931E}"
-                                                },
-                                                "DynamicTypeOverride": 3,
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Value B",
-                                                "DisplayDataType": {
-                                                    "m_type": 3
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DynamicGroup": {
-                                                    "Value": 3545012108
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 0.0,
-                                                "label": "Value A"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 3
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "double",
-                                                "value": 1.0,
-                                                "label": "Value B"
-                                            }
-                                        ]
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 443442318028165
-                                },
-                                "Name": "SC-Node(ExecuteTrigger)",
-                                "Components": {
-                                    "Component_[14870430290673221272]": {
-                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
-                                        "Id": 14870430290673221272,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{355EE8E4-7143-4145-828A-C9D590969771}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "EntityId: 0",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{0FBDA251-CDD4-4C10-8751-DDF525266B20}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "String: 1",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{A1B7282C-4791-459B-9589-C3FF5ADC2522}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{A5F26393-1748-42C4-95BA-CDF436722F5E}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 1
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "EntityId",
-                                                "value": {
-                                                    "id": 2901262558
-                                                },
-                                                "label": "Source"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 5
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
-                                                "value": "play_sx_int_malfunctioningshieldgenerator_explo",
-                                                "label": "Trigger Name"
-                                            }
-                                        ],
-                                        "methodType": 0,
-                                        "methodName": "ExecuteTrigger",
-                                        "className": "AudioTriggerComponentRequestBus",
-                                        "inputSlots": [
-                                            {
-                                                "m_id": "{355EE8E4-7143-4145-828A-C9D590969771}"
-                                            },
-                                            {
-                                                "m_id": "{0FBDA251-CDD4-4C10-8751-DDF525266B20}"
-                                            }
-                                        ],
-                                        "prettyClassName": "AudioTriggerComponentRequestBus"
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 432979777695109
-                                },
-                                "Name": "ReceiveScriptEvent",
-                                "Components": {
-                                    "Component_[16347365954355140928]": {
-                                        "$type": "ReceiveScriptEvent",
-                                        "Id": 16347365954355140928,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{F73E6973-99E7-4A8D-9382-A0730A7AB1DC}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Connect",
-                                                "toolTip": "Connect this event handler to the specified entity.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{0EAAA048-4571-4AAF-9ADC-7098EB864A1B}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Disconnect",
-                                                "toolTip": "Disconnect this event handler.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{98BE6EB9-EE2B-4DCD-86C5-5BB969A44868}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "OnConnected",
-                                                "toolTip": "Signaled when a connection has taken place.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{C75A835D-E5F7-46FE-B07E-05CD3D3295B4}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "OnDisconnected",
-                                                "toolTip": "Signaled when this event handler is disconnected.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{5FE77ECD-61B7-4C5B-B01C-8BECE1456D1A}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "OnFailure",
-                                                "toolTip": "Signaled when it is not possible to connect this handler.",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{E3017E3B-E466-4210-B10C-D2C4DA7ABEA4}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Location",
-                                                "toolTip": "Location",
-                                                "DisplayDataType": {
-                                                    "m_type": 8
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{B5CA99B4-A0B1-4ECD-82D5-A02F69F78220}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "ExecutionSlot:GeneratorExplosion",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                },
-                                                "IsLatent": true
-                                            }
-                                        ],
-                                        "m_version": 1,
-                                        "m_eventMap": [
-                                            {
-                                                "Key": {
-                                                    "Value": 1410767622
-                                                },
-                                                "Value": {
-                                                    "m_scriptEventAssetId": {
-                                                        "guid": "{55C86214-34FE-51F9-A8EC-4FA23C7CE888}"
-                                                    },
-                                                    "m_eventName": "GeneratorExplosion",
-                                                    "m_eventSlotId": {
-                                                        "m_id": "{B5CA99B4-A0B1-4ECD-82D5-A02F69F78220}"
-                                                    },
-                                                    "m_parameterSlotIds": [
-                                                        {
-                                                            "m_id": "{E3017E3B-E466-4210-B10C-D2C4DA7ABEA4}"
-                                                        }
-                                                    ],
-                                                    "m_numExpectedArguments": 1
-                                                }
-                                            }
-                                        ],
-                                        "m_eventSlotMapping": {
-                                            "{2703BF1A-78D3-4D3C-A85C-E999CAE22385}": {
-                                                "m_id": "{E3017E3B-E466-4210-B10C-D2C4DA7ABEA4}"
-                                            },
-                                            "{EA552A3B-5BA5-49AD-BD47-950CE3C07935}": {
-                                                "m_id": "{B5CA99B4-A0B1-4ECD-82D5-A02F69F78220}"
-                                            }
-                                        },
-                                        "m_scriptEventAssetId": {
-                                            "guid": "{55C86214-34FE-51F9-A8EC-4FA23C7CE888}"
-                                        },
-                                        "m_asset": {
-                                            "assetId": {
-                                                "guid": "{55C86214-34FE-51F9-A8EC-4FA23C7CE888}"
-                                            },
-                                            "loadBehavior": "PreLoad",
-                                            "assetHint": "scripts/shieldgenerator.scriptevents"
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 432971187760517
-                                },
-                                "Name": "SC-Node(GetWorldTranslation)",
-                                "Components": {
-                                    "Component_[17015772452413767488]": {
-                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
-                                        "Id": 17015772452413767488,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{E348454A-B459-461B-8279-D840D774E634}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "EntityId",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{CDB3742D-8D12-40F1-9F6D-19ACC3A5497C}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{45435EDE-D959-4EF7-98BE-4D84BF113DB2}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{BD77B1AF-72FE-49E5-9E1F-092B85E73970}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Vector3",
-                                                "DisplayDataType": {
-                                                    "m_type": 8
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 1
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "EntityId",
-                                                "value": {
-                                                    "id": 2901262558
-                                                },
-                                                "label": "EntityId"
-                                            }
-                                        ],
-                                        "methodType": 0,
-                                        "methodName": "GetWorldTranslation",
-                                        "className": "TransformBus",
-                                        "resultSlotIDs": [
-                                            {}
-                                        ],
-                                        "inputSlots": [
-                                            {
-                                                "m_id": "{E348454A-B459-461B-8279-D840D774E634}"
-                                            }
-                                        ],
-                                        "prettyClassName": "TransformBus"
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 441084380982661
-                                },
-                                "Name": "SC-Node(Restart)",
-                                "Components": {
-                                    "Component_[5865260186529672349]": {
-                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
-                                        "Id": 5865260186529672349,
-                                        "Slots": [
-                                            {
-                                                "id": {
-                                                    "m_id": "{854FF742-6564-4999-95B4-2E969323057B}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "EntityId: 0",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{542D9B54-6B18-499B-88D1-0C184756A802}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Boolean: 1",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{4D27287F-10E6-432F-81C6-B91D9BE1BD8D}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "In",
-                                                "Descriptor": {
-                                                    "ConnectionType": 1,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{E47E43D7-C289-44DE-9148-8A68227785B3}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Out",
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 1
-                                                }
-                                            },
-                                            {
-                                                "id": {
-                                                    "m_id": "{F3D91E31-BAAA-4319-BB83-624390ADDD94}"
-                                                },
-                                                "contracts": [
-                                                    {
-                                                        "$type": "SlotTypeContract"
-                                                    }
-                                                ],
-                                                "slotName": "Boolean",
-                                                "DisplayDataType": {
-                                                    "m_type": 0
-                                                },
-                                                "Descriptor": {
-                                                    "ConnectionType": 2,
-                                                    "SlotType": 2
-                                                },
-                                                "DataType": 1
-                                            }
-                                        ],
-                                        "Datums": [
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 1
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "EntityId",
-                                                "value": {
-                                                    "id": 2901262558
-                                                },
-                                                "label": "Source"
-                                            },
-                                            {
-                                                "isOverloadedStorage": false,
-                                                "scriptCanvasType": {
-                                                    "m_type": 0
-                                                },
-                                                "isNullPointer": false,
-                                                "$type": "bool",
-                                                "value": true,
-                                                "label": "Boolean: 1"
-                                            }
-                                        ],
-                                        "methodType": 0,
-                                        "methodName": "Restart",
-                                        "className": "PopcornFXEmitterComponentRequestBus",
-                                        "inputSlots": [
-                                            {
-                                                "m_id": "{854FF742-6564-4999-95B4-2E969323057B}"
-                                            },
-                                            {
-                                                "m_id": "{542D9B54-6B18-499B-88D1-0C184756A802}"
-                                            }
-                                        ],
-                                        "prettyClassName": "PopcornFXEmitterComponentRequestBus"
-                                    }
-                                }
-                            }
-                        ],
-                        "m_connections": [
-                            {
-                                "Id": {
-                                    "id": 433022727368069
-                                },
-                                "Name": "srcEndpoint=(Receive Script Event: ExecutionSlot:GeneratorExplosion), destEndpoint=(GetWorldTranslation: In)",
-                                "Components": {
-                                    "Component_[10336876336224942308]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 10336876336224942308,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 432979777695109
-                                            },
-                                            "slotId": {
-                                                "m_id": "{B5CA99B4-A0B1-4ECD-82D5-A02F69F78220}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 432971187760517
-                                            },
-                                            "slotId": {
-                                                "m_id": "{CDB3742D-8D12-40F1-9F6D-19ACC3A5497C}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 433027022335365
-                                },
-                                "Name": "srcEndpoint=(GetWorldTranslation: Out), destEndpoint=(ScriptCanvas_Vector3Functions_DistanceSquared: In)",
-                                "Components": {
-                                    "Component_[9778286523627594330]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 9778286523627594330,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 432971187760517
-                                            },
-                                            "slotId": {
-                                                "m_id": "{45435EDE-D959-4EF7-98BE-4D84BF113DB2}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 432996957564293
-                                            },
-                                            "slotId": {
-                                                "m_id": "{B833E0FA-B02A-4A39-A05F-2BBCBEF7AB6C}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 433031317302661
-                                },
-                                "Name": "srcEndpoint=(GetWorldTranslation: Vector3), destEndpoint=(ScriptCanvas_Vector3Functions_DistanceSquared: A)",
-                                "Components": {
-                                    "Component_[8985527312898450161]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 8985527312898450161,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 432971187760517
-                                            },
-                                            "slotId": {
-                                                "m_id": "{BD77B1AF-72FE-49E5-9E1F-092B85E73970}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 432996957564293
-                                            },
-                                            "slotId": {
-                                                "m_id": "{E96E3235-AF99-408A-8F51-72B936FE5DB4}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 433035612269957
-                                },
-                                "Name": "srcEndpoint=(Receive Script Event: Location), destEndpoint=(ScriptCanvas_Vector3Functions_DistanceSquared: B)",
-                                "Components": {
-                                    "Component_[12987667558816882595]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 12987667558816882595,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 432979777695109
-                                            },
-                                            "slotId": {
-                                                "m_id": "{E3017E3B-E466-4210-B10C-D2C4DA7ABEA4}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 432996957564293
-                                            },
-                                            "slotId": {
-                                                "m_id": "{68D89725-253F-474D-B3C9-25D1631267E8}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 433039907237253
-                                },
-                                "Name": "srcEndpoint=(ScriptCanvas_Vector3Functions_DistanceSquared: Out), destEndpoint=(Less Than (<): In)",
-                                "Components": {
-                                    "Component_[9805695660738253465]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 9805695660738253465,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 432996957564293
-                                            },
-                                            "slotId": {
-                                                "m_id": "{77A33533-578F-4804-9FB8-FE2E0F9A592C}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 432992662596997
-                                            },
-                                            "slotId": {
-                                                "m_id": "{D0531741-8981-4FBA-9506-E2D197FC7583}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 433044202204549
-                                },
-                                "Name": "srcEndpoint=(ScriptCanvas_Vector3Functions_DistanceSquared: Number), destEndpoint=(Less Than (<): Value A)",
-                                "Components": {
-                                    "Component_[10924651404305149768]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 10924651404305149768,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 432996957564293
-                                            },
-                                            "slotId": {
-                                                "m_id": "{73F43A86-F6E7-4C23-97B5-736FA1CAD12A}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 432992662596997
-                                            },
-                                            "slotId": {
-                                                "m_id": "{7E2C27F7-49B0-4DAC-BB00-3BCE64951042}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 433048497171845
-                                },
-                                "Name": "srcEndpoint=(Less Than (<): True), destEndpoint=(IfMultiplayerAgentType: In)",
-                                "Components": {
-                                    "Component_[7977467490824175045]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 7977467490824175045,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 432992662596997
-                                            },
-                                            "slotId": {
-                                                "m_id": "{7D4D13E8-1224-4B68-AE92-FA3778DCE0B8}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 433001252531589
-                                            },
-                                            "slotId": {
-                                                "m_id": "{5755CE76-633D-4023-BBF3-38ADFD23374F}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 442433000713605
-                                },
-                                "Name": "srcEndpoint=(IfMultiplayerAgentType: If Client Type), destEndpoint=(Restart: In)",
-                                "Components": {
-                                    "Component_[3226267425924963996]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 3226267425924963996,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 433001252531589
-                                            },
-                                            "slotId": {
-                                                "m_id": "{59C00F05-5537-4398-B3AB-9D89C727BF8F}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 441084380982661
-                                            },
-                                            "slotId": {
-                                                "m_id": "{4D27287F-10E6-432F-81C6-B91D9BE1BD8D}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 442737943391621
-                                },
-                                "Name": "srcEndpoint=(IfMultiplayerAgentType: If ClientServer Type), destEndpoint=(Restart: In)",
-                                "Components": {
-                                    "Component_[5596634913077349914]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 5596634913077349914,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 433001252531589
-                                            },
-                                            "slotId": {
-                                                "m_id": "{F0C307F2-ABED-41FD-B876-6E7DE8801764}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 441084380982661
-                                            },
-                                            "slotId": {
-                                                "m_id": "{4D27287F-10E6-432F-81C6-B91D9BE1BD8D}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 443141670317445
-                                },
-                                "Name": "srcEndpoint=(IfMultiplayerAgentType: If Singleplayer), destEndpoint=(Restart: In)",
-                                "Components": {
-                                    "Component_[15630289095997495101]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 15630289095997495101,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 433001252531589
-                                            },
-                                            "slotId": {
-                                                "m_id": "{31E44AC3-0B25-4EC1-A68C-2A1E4BC3B50A}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 441084380982661
-                                            },
-                                            "slotId": {
-                                                "m_id": "{4D27287F-10E6-432F-81C6-B91D9BE1BD8D}"
-                                            }
-                                        }
-                                    }
-                                }
-                            },
-                            {
-                                "Id": {
-                                    "id": 444812412595589
-                                },
-                                "Name": "srcEndpoint=(Restart: Out), destEndpoint=(ExecuteTrigger: In)",
-                                "Components": {
-                                    "Component_[6996858507364633534]": {
-                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
-                                        "Id": 6996858507364633534,
-                                        "sourceEndpoint": {
-                                            "nodeId": {
-                                                "id": 441084380982661
-                                            },
-                                            "slotId": {
-                                                "m_id": "{E47E43D7-C289-44DE-9148-8A68227785B3}"
-                                            }
-                                        },
-                                        "targetEndpoint": {
-                                            "nodeId": {
-                                                "id": 443442318028165
-                                            },
-                                            "slotId": {
-                                                "m_id": "{A1B7282C-4791-459B-9589-C3FF5ADC2522}"
-                                            }
-                                        }
-                                    }
-                                }
-                            }
-                        ],
-                        "m_scriptEventAssets": [
-                            [
-                                {
-                                    "id": 432979777695109
-                                },
-                                {}
-                            ]
-                        ]
-                    },
-                    "versionData": {
-                        "_grammarVersion": 1,
-                        "_runtimeVersion": 1,
-                        "_fileVersion": 1
-                    },
-                    "GraphCanvasData": [
-                        {
-                            "Key": {
-                                "id": 432966892793221
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{5F84B500-8C45-40D1-8EFC-A5306B241444}": {
-                                        "$type": "SceneComponentSaveData",
-                                        "ViewParams": {
-                                            "Scale": 1.0974549598413794,
-                                            "AnchorX": 2027.4180908203125,
-                                            "AnchorY": 662.4417724609375
-                                        }
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 432971187760517
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MethodNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            1120.0,
-                                            880.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".method"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{D33AD1B5-9DFD-44CD-A9C2-29DAB5FBE303}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 432979777695109
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            820.0,
-                                            880.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{12339A6B-067C-4D5E-8A4C-86DE6C156D37}"
-                                    },
-                                    "{D8BBE799-7E4D-495A-B69A-1E3940670891}": {
-                                        "$type": "ScriptEventReceiverHandlerNodeDescriptorSaveData",
-                                        "EventNames": [
-                                            [
-                                                {
-                                                    "Value": 1410767622
-                                                },
-                                                "GeneratorExplosion"
-                                            ]
-                                        ]
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 432992662596997
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MathNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            1860.0,
-                                            880.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{1802D242-4B9E-4338-B148-902554539B1E}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 432996957564293
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MethodNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            1560.0,
-                                            880.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".method"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{B300CBAD-BBC5-47EA-9233-4DEDF961BE58}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 433001252531589
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "DefaultNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            2160.0,
-                                            880.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{4E0ECD12-8F40-4861-8B7D-62E12E08ACEB}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 441084380982661
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MethodNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            2460.0,
-                                            880.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".method"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{DDF17637-03A3-43E3-BD1D-051030A8E1C9}"
-                                    }
-                                }
-                            }
-                        },
-                        {
-                            "Key": {
-                                "id": 443442318028165
-                            },
-                            "Value": {
-                                "ComponentData": {
-                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
-                                        "$type": "NodeSaveData"
-                                    },
-                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
-                                        "$type": "GeneralNodeTitleComponentSaveData",
-                                        "PaletteOverride": "MethodNodeTitlePalette"
-                                    },
-                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
-                                        "$type": "GeometrySaveData",
-                                        "Position": [
-                                            2900.0,
-                                            880.0
-                                        ]
-                                    },
-                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
-                                        "$type": "StylingComponentSaveData",
-                                        "SubStyle": ".method"
-                                    },
-                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
-                                        "$type": "PersistentIdComponentSaveData",
-                                        "PersistentId": "{84C38C1E-4228-4E48-93C4-2AFF10E23DFA}"
-                                    }
-                                }
-                            }
-                        }
-                    ],
-                    "StatisticsHelper": {
-                        "InstanceCounter": [
-                            {
-                                "Key": 1678857243118888947,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 3765469619007655124,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 10109844133468862666,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 11000802260220917925,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 13774516453006207282,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 13774516556399355685,
-                                "Value": 1
-                            },
-                            {
-                                "Key": 13774516556690904209,
-                                "Value": 1
-                            }
-                        ]
-                    }
-                }
-            }
-        }
-    }
-}

Разлика између датотеке није приказан због своје велике величине
+ 277 - 323
scriptcanvas/ShieldGeneratorRoundEffects.scriptcanvas


+ 0 - 225
scripts/ShieldGenerator.scriptevents

@@ -1,225 +0,0 @@
-<ObjectStream version="3">
-	<Class name="ScriptEventsAsset" version="1" type="{CB4D603E-8CB0-4D80-8165-4244F28AF187}">
-		<Class name="ScriptEvent" field="m_definition" version="2" type="{10A08CD3-32C9-4E18-8039-4B8A8157918E}">
-			<Class name="unsigned int" field="m_version" value="2" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-			<Class name="VersionedProperty" field="m_name" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-				<Class name="AZ::Uuid" field="m_id" value="{439154F3-21C2-4718-8312-F350AE3E4756}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-				<Class name="AZStd::string" field="m_label" value="Name" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-				<Class name="unsigned int" field="m_version" value="1" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-				<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}">
-					<Class name="VersionedProperty" field="element" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-						<Class name="AZ::Uuid" field="m_id" value="{439154F3-21C2-4718-8312-F350AE3E4756}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-						<Class name="AZStd::string" field="m_label" value="Name" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-						<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-						<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-							<Class name="AZStd::string" field="m_data" value="EventName" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						</Class>
-					</Class>
-				</Class>
-				<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-					<Class name="AZStd::string" field="m_data" value="GeneratorExplosion" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-				</Class>
-			</Class>
-			<Class name="VersionedProperty" field="m_category" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-				<Class name="AZ::Uuid" field="m_id" value="{D4A63012-C20A-457C-8D5A-E954959F8BBA}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-				<Class name="AZStd::string" field="m_label" value="Category" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-				<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-				<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-				<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-					<Class name="AZStd::string" field="m_data" value="Script Events" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-				</Class>
-			</Class>
-			<Class name="VersionedProperty" field="m_tooltip" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-				<Class name="AZ::Uuid" field="m_id" value="{B42E8437-E29B-45D2-A416-FEC8A244D2CE}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-				<Class name="AZStd::string" field="m_label" value="Tooltip" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-				<Class name="unsigned int" field="m_version" value="1" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-				<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}">
-					<Class name="VersionedProperty" field="element" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-						<Class name="AZ::Uuid" field="m_id" value="{B42E8437-E29B-45D2-A416-FEC8A244D2CE}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-						<Class name="AZStd::string" field="m_label" value="Tooltip" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-						<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-						<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-							<Class name="AZStd::string" field="m_data" value="" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						</Class>
-					</Class>
-				</Class>
-				<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-					<Class name="AZStd::string" field="m_data" value="Triggers when the generators should explode" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-				</Class>
-			</Class>
-			<Class name="VersionedProperty" field="m_addressType" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-				<Class name="AZ::Uuid" field="m_id" value="{073F8788-EE4B-4CAF-B104-A4714699A45A}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-				<Class name="AZStd::string" field="m_label" value="None" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-				<Class name="unsigned int" field="m_version" value="1" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-				<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}">
-					<Class name="VersionedProperty" field="element" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-						<Class name="AZ::Uuid" field="m_id" value="{BCA45CE9-93E3-4F4B-8E61-B42305FD9D7B}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-						<Class name="AZStd::string" field="m_label" value="Address Type" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-						<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-						<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-							<Class name="AZ::Uuid" field="m_data" value="{C0F1AFAD-5CB3-450E-B0F5-ADB5D46B0E22}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-						</Class>
-					</Class>
-				</Class>
-				<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-					<Class name="AZ::Uuid" field="m_data" value="{C0F1AFAD-5CB3-450E-B0F5-ADB5D46B0E22}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-				</Class>
-			</Class>
-			<Class name="AZStd::vector&lt;Method, allocator&gt;" field="m_methods" type="{D9866B79-D11A-58E6-B974-0B45783F53A4}">
-				<Class name="Method" field="element" type="{E034EA83-C798-413D-ACE8-4923C51CF4F7}">
-					<Class name="VersionedProperty" field="m_name" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-						<Class name="AZ::Uuid" field="m_id" value="{EA552A3B-5BA5-49AD-BD47-950CE3C07935}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-						<Class name="AZStd::string" field="m_label" value="Name" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						<Class name="unsigned int" field="m_version" value="1" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-						<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}">
-							<Class name="VersionedProperty" field="element" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{EA552A3B-5BA5-49AD-BD47-950CE3C07935}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Name" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZStd::string" field="m_data" value="MethodName" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								</Class>
-							</Class>
-						</Class>
-						<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-							<Class name="AZStd::string" field="m_data" value="GeneratorExplosion" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						</Class>
-					</Class>
-					<Class name="VersionedProperty" field="m_tooltip" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-						<Class name="AZ::Uuid" field="m_id" value="{8773563F-DDA3-4C30-A3D3-4EACD93429E6}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-						<Class name="AZStd::string" field="m_label" value="Tooltip" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						<Class name="unsigned int" field="m_version" value="1" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-						<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}">
-							<Class name="VersionedProperty" field="element" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{8773563F-DDA3-4C30-A3D3-4EACD93429E6}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Tooltip" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZStd::string" field="m_data" value="" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								</Class>
-							</Class>
-						</Class>
-						<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-							<Class name="AZStd::string" field="m_data" value="Triggers when a generator explodes" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						</Class>
-					</Class>
-					<Class name="VersionedProperty" field="m_returnType" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-						<Class name="AZ::Uuid" field="m_id" value="{D3E9FC77-C9E8-4489-9356-683E029B16F7}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-						<Class name="AZStd::string" field="m_label" value="None" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-						<Class name="unsigned int" field="m_version" value="1" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-						<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}">
-							<Class name="VersionedProperty" field="element" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{74F991A1-69AF-4BA5-AE5F-6B51950317E9}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Return Type" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZ::Uuid" field="m_data" value="{C0F1AFAD-5CB3-450E-B0F5-ADB5D46B0E22}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								</Class>
-							</Class>
-						</Class>
-						<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-							<Class name="AZ::Uuid" field="m_data" value="{C0F1AFAD-5CB3-450E-B0F5-ADB5D46B0E22}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-						</Class>
-					</Class>
-					<Class name="AZStd::vector&lt;Parameter, allocator&gt;" field="m_parameters" type="{6ED13EA7-791B-57A8-A4F1-560B5F35B472}">
-						<Class name="Parameter" field="element" type="{0DA4809B-08A6-49DC-9024-F81645D97FAC}">
-							<Class name="VersionedProperty" field="m_name" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{2703BF1A-78D3-4D3C-A85C-E999CAE22385}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Name" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZStd::string" field="m_data" value="Location" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								</Class>
-							</Class>
-							<Class name="VersionedProperty" field="m_tooltip" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{60AB1144-911A-48D7-84D4-2DDF38A9E0CF}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Tooltip" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZStd::string" field="m_data" value="Location" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								</Class>
-							</Class>
-							<Class name="VersionedProperty" field="m_type" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{46A6A963-0E29-47F8-9729-15465D5CE331}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Vector3" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZ::Uuid" field="m_data" value="{8379EB7D-01FA-4538-B64B-A6543B4BE73D}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								</Class>
-							</Class>
-						</Class>
-						<Class name="Parameter" field="element" type="{0DA4809B-08A6-49DC-9024-F81645D97FAC}">
-							<Class name="VersionedProperty" field="m_name" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{1143C37B-87C1-4C02-8166-52A008980B5A}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Name" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZStd::string" field="m_data" value="DamageDistance" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								</Class>
-							</Class>
-							<Class name="VersionedProperty" field="m_tooltip" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{5AEF5367-29CA-4D37-8B0B-2D8B3873B070}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Tooltip" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZStd::string" field="m_data" value="DamageDistance" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								</Class>
-							</Class>
-							<Class name="VersionedProperty" field="m_type" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{387125F4-39E3-47FF-8FFF-36E2734B73D1}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Number" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZ::Uuid" field="m_data" value="{110C4B14-11A8-4E9D-8638-5051013A56AC}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								</Class>
-							</Class>
-						</Class>
-						<Class name="Parameter" field="element" type="{0DA4809B-08A6-49DC-9024-F81645D97FAC}">
-							<Class name="VersionedProperty" field="m_name" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{F50F1027-6958-49D1-B951-CF9B0800DBAB}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Name" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZStd::string" field="m_data" value="DamageMagnitude" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								</Class>
-							</Class>
-							<Class name="VersionedProperty" field="m_tooltip" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{152A0354-FF38-4EDE-9236-A009557196DC}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Tooltip" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZStd::string" field="m_data" value="DamageMagnitude" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								</Class>
-							</Class>
-							<Class name="VersionedProperty" field="m_type" version="4" type="{828CA9C0-32F1-40B3-8018-EE7C3C38192A}">
-								<Class name="AZ::Uuid" field="m_id" value="{387125F4-39E3-47FF-8FFF-36E2734B73D1}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								<Class name="AZStd::string" field="m_label" value="Number" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-								<Class name="unsigned int" field="m_version" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/>
-								<Class name="AZStd::vector&lt;VersionedProperty, allocator&gt;" field="m_versions" type="{326CAAFE-9101-56E2-B869-D770629A6B19}"/>
-								<Class name="AZStd::any" field="m_data" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}">
-									<Class name="AZ::Uuid" field="m_data" value="{110C4B14-11A8-4E9D-8638-5051013A56AC}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
-								</Class>
-							</Class>
-						</Class>
-					</Class>
-				</Class>
-			</Class>
-			<Class name="AZStd::string" field="scriptCanvasSerializedData" value="" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
-		</Class>
-	</Class>
-</ObjectStream>
-

Неке датотеке нису приказане због велике количине промена