Browse Source

Merge pull request #330 from HexanyAudio/stabilization/audio

Stabilization/audio
Karl Berg 2 years ago
parent
commit
dd7a6d0fb8
54 changed files with 7601 additions and 1002 deletions
  1. 243 0
      Prefabs/AudioTester.prefab
  2. 19 6
      Prefabs/GamePlay_Effects.prefab
  3. 2 2
      Sounds/wwise/Init.bnk
  4. 2 2
      Sounds/wwise/MultiplayerSample_SoundBank.bnk
  5. 26 6
      Sounds/wwise/Wwise_IDs.h
  6. 699 252
      Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/INT.wwu
  7. 10 0
      Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/LVL.wwu
  8. 57 59
      Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/Player.wwu
  9. 0 46
      Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/UI.wwu
  10. 0 116
      Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/WPN.wwu
  11. 1 0
      Sounds/wwise_project/Events/AMPS/AMPS.wwu
  12. 8 320
      Sounds/wwise_project/Events/AMPS/INT.wwu
  13. 0 11
      Sounds/wwise_project/Events/AMPS/PLAYER.wwu
  14. 69 0
      Sounds/wwise_project/Events/AMPS/States.wwu
  15. 0 11
      Sounds/wwise_project/Events/AMPS/UI.wwu
  16. 2 142
      Sounds/wwise_project/Events/AMPS/WPN.wwu
  17. 10 0
      Sounds/wwise_project/Events/AMPS/_Globals.wwu
  18. 89 0
      Sounds/wwise_project/Events/AMPS/bubbleGun.wwu
  19. 94 0
      Sounds/wwise_project/Events/AMPS/defenseTurret.wwu
  20. 60 0
      Sounds/wwise_project/Events/AMPS/energyBallTrap.wwu
  21. 20 0
      Sounds/wwise_project/Events/AMPS/energyCollector.wwu
  22. 20 0
      Sounds/wwise_project/Events/AMPS/gem.wwu
  23. 20 0
      Sounds/wwise_project/Events/AMPS/jumpPad.wwu
  24. 31 0
      Sounds/wwise_project/Events/AMPS/laserPistol.wwu
  25. 140 0
      Sounds/wwise_project/Events/AMPS/shieldGenerator.wwu
  26. 20 0
      Sounds/wwise_project/Events/AMPS/speedPowerup.wwu
  27. 68 0
      Sounds/wwise_project/Events/AMPS/teleporter.wwu
  28. 2 2
      Sounds/wwise_project/GeneratedSoundBanks/Windows/Init.bnk
  29. 2 2
      Sounds/wwise_project/GeneratedSoundBanks/Windows/MultiplayerSample_SoundBank.bnk
  30. 31 0
      Sounds/wwise_project/Master-Mixer Hierarchy/AMPS/Mixer_Main.wwu
  31. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_01.wav
  32. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_02.wav
  33. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_03.wav
  34. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_04.wav
  35. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_05.wav
  36. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_06.wav
  37. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_01.wav
  38. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_02.wav
  39. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_03.wav
  40. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_04.wav
  41. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_05.wav
  42. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_06.wav
  43. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_01.wav
  44. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_02.wav
  45. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_03.wav
  46. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_04.wav
  47. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_05.wav
  48. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_06.wav
  49. 3 0
      Sounds/wwise_project/Originals/SFX/Hexany/speedPowerup/sx_int_speedPowerup_activate_01.wav
  50. 17 7
      Sounds/wwise_project/Soundcaster Sessions/Default Work Unit.wwu
  51. 17 0
      Sounds/wwise_project/States/AMPS/States.wwu
  52. 3 0
      Sounds/wwise_project/wwise_project.wproj
  53. 49 18
      libs/gameaudio/wwise/multiplayersample_controls.xml
  54. 5713 0
      scriptcanvas/AudioTester.scriptcanvas

+ 243 - 0
Prefabs/AudioTester.prefab

@@ -0,0 +1,243 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "AudioTester",
+        "Components": {
+            "Component_[10771816014653156071]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 10771816014653156071
+            },
+            "Component_[11293977127301106512]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 11293977127301106512
+            },
+            "Component_[11842396216403492068]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 11842396216403492068,
+                "Parent Entity": ""
+            },
+            "Component_[11850476595661781615]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 11850476595661781615
+            },
+            "Component_[121787168491731610]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 121787168491731610,
+                "Child Entity Order": [
+                    "Entity_[6965274095963021]"
+                ]
+            },
+            "Component_[17985148416456617429]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 17985148416456617429
+            },
+            "Component_[2498614448801032912]": {
+                "$type": "EditorLockComponent",
+                "Id": 2498614448801032912
+            },
+            "Component_[420281792215043353]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 420281792215043353
+            },
+            "Component_[6728962689319964626]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 6728962689319964626
+            },
+            "Component_[9136230458715201140]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 9136230458715201140
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[6965274095963021]": {
+            "Id": "Entity_[6965274095963021]",
+            "Name": "AudioTester",
+            "Components": {
+                "Component_[1129645059265878589]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1129645059265878589,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 2550554072125678362
+                        },
+                        {
+                            "ComponentId": 16648286050622538978,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 4715578865992448574,
+                            "SortIndex": 2
+                        },
+                        {
+                            "ComponentId": 4944205303087278559,
+                            "SortIndex": 3
+                        },
+                        {
+                            "ComponentId": 11910621560338542549,
+                            "SortIndex": 4
+                        }
+                    ]
+                },
+                "Component_[11910621560338542549]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 11910621560338542549,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{01D1BB2F-D8F8-5670-92EB-6A42C40DB760}",
+                                    "subId": 284890816
+                                },
+                                "assetHint": "objects/ico_sphere.azmodel"
+                            },
+                            "IsRayTracingEnabled": false
+                        }
+                    }
+                },
+                "Component_[12024577114812690591]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12024577114812690591
+                },
+                "Component_[14830090687721601712]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 14830090687721601712
+                },
+                "Component_[16478684767981735270]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16478684767981735270
+                },
+                "Component_[16625350912860414258]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 16625350912860414258
+                },
+                "Component_[16648286050622538978]": {
+                    "$type": "EditorScriptCanvasComponent",
+                    "Id": 16648286050622538978,
+                    "configuration": {
+                        "sourceHandle": {
+                            "id": "{3B45E09C-D620-53C8-A342-3117CECC96C9}",
+                            "path": "scriptcanvas/AudioTester.scriptcanvas"
+                        },
+                        "sourceName": "AudioTester.scriptcanvas",
+                        "propertyOverrides": {
+                            "source": {
+                                "id": "{3B45E09C-D620-53C8-A342-3117CECC96C9}",
+                                "path": "scriptcanvas/AudioTester.scriptcanvas"
+                            },
+                            "variables": [
+                                {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 1
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "EntityId",
+                                        "value": ""
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{BE25183B-D17F-4162-87CB-7C7C80F34115}"
+                                    },
+                                    "VariableName": "AudioSource",
+                                    "InitialValueSource": 1
+                                },
+                                {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 3
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "double",
+                                        "value": 0.5
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{C087A563-5298-4C3C-8212-272708FE530F}"
+                                    },
+                                    "VariableName": "Interval",
+                                    "InitialValueSource": 1
+                                }
+                            ],
+                            "overrides": [
+                                {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 1
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "EntityId",
+                                        "value": ""
+                                    },
+                                    "InputControlVisibility": {
+                                        "Value": 850104567
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{BE25183B-D17F-4162-87CB-7C7C80F34115}"
+                                    },
+                                    "VariableName": "AudioSource",
+                                    "InitialValueSource": 1
+                                },
+                                {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 3
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "double",
+                                        "value": 0.5
+                                    },
+                                    "InputControlVisibility": {
+                                        "Value": 850104567
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{C087A563-5298-4C3C-8212-272708FE530F}"
+                                    },
+                                    "VariableName": "Interval",
+                                    "InitialValueSource": 1
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[2550554072125678362]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 2550554072125678362,
+                    "Parent Entity": "ContainerEntity",
+                    "Transform Data": {
+                        "UniformScale": 0.5
+                    }
+                },
+                "Component_[4203670937516928245]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 4203670937516928245
+                },
+                "Component_[4715578865992448574]": {
+                    "$type": "EditorAudioTriggerComponent",
+                    "Id": 4715578865992448574,
+                    "Play Trigger": {
+                        "controlName": "play_sx_wpn_laserpistol_fire"
+                    },
+                    "Plays Immediately": true
+                },
+                "Component_[4944205303087278559]": {
+                    "$type": "GenericComponentWrapper",
+                    "Id": 4944205303087278559,
+                    "m_template": {
+                        "$type": "AudioProxyComponent"
+                    }
+                },
+                "Component_[8610786346043925804]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8610786346043925804
+                },
+                "Component_[9281373507911229053]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9281373507911229053
+                }
+            }
+        }
+    }
+}

+ 19 - 6
Prefabs/GamePlay_Effects.prefab

@@ -54,6 +54,17 @@
             "Id": "Entity_[39735885905361]",
             "Name": "GamePlay Effects",
             "Components": {
+                "Component_[10499912846971790039]": {
+                    "$type": "EditorAudioTriggerComponent",
+                    "Id": 10499912846971790039,
+                    "Play Trigger": {
+                        "controlName": "play_sx_amb_ext_general"
+                    },
+                    "Stop Trigger": {
+                        "controlName": "stop_sx_amb_ext_general"
+                    },
+                    "Plays Immediately": true
+                },
                 "Component_[11946705441174808443]": {
                     "$type": "EditorPendingCompositionComponent",
                     "Id": 11946705441174808443
@@ -99,6 +110,13 @@
                     "$type": "EditorEntityIconComponent",
                     "Id": 16666566038828336824
                 },
+                "Component_[3179767639590962629]": {
+                    "$type": "GenericComponentWrapper",
+                    "Id": 3179767639590962629,
+                    "m_template": {
+                        "$type": "AudioProxyComponent"
+                    }
+                },
                 "Component_[4614452708224633330]": {
                     "$type": "EditorOnlyEntityComponent",
                     "Id": 4614452708224633330
@@ -122,8 +140,6 @@
                         "ArmorBreaking": "play_sx_player_armor_breaking",
                         "ArmorMend": "",
                         "PlayerOuch": "play_sx_player_pain",
-                        "LadderClimb": "play_sx_player_ladder_climb",
-                        "ShutDown": "play_sx_ui_game_shutdown",
                         "CountDown": "play_sx_ui_game_countdown",
                         "GemPickup": "play_sx_int_gem_pickup",
                         "VictoryFanfare": "play_sx_ui_game_fanfare_victory",
@@ -133,17 +149,14 @@
                         "GameEnd": "play_sx_ui_game_end",
                         "LaserPistolMuzzleFlash": "play_sx_wpn_laserpistol_fire",
                         "LaserPistolImpact": "play_sx_wpn_laserpistol_impact",
-                        "BubbleGunBuildup": "play_sx_wpn_bubblegun_buildup",
                         "BubbleGunMuzzleFlash": "play_sx_wpn_bubblegun_fire",
                         "BubbleGunProjectile": "play_sx_wpn_bubblegun_projectile",
                         "BubbleGunImpact": "play_sx_wpn_bubblegun_impact",
                         "JumpPadLaunch": "play_sx_int_jumppad_launch",
                         "TeleporterUse": "play_sx_int_jumppad_launch",
-                        "EnergyBallTrapRisingOutOfTheGround": "play_sx_int_energyballtrap_rising",
                         "EnergyBallTrapBuildup": "play_sx_int_energyballtrap_buildup",
                         "EnergyBallTrapProjectile": "play_sx_int_energyballtrap_projectile",
-                        "EnergyBallTrapImpact": "play_sx_int_energyballtrap_impact",
-                        "EnergyBallTrapOnCooldown": "play_sx_int_energyballtrap_oncooldown"
+                        "EnergyBallTrapImpact": "play_sx_int_energyballtrap_impact"
                     }
                 },
                 "Component_[8376277465513176068]": {

+ 2 - 2
Sounds/wwise/Init.bnk

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:cd174d7ca3c76e2fc92ae87d7ba1aa5dbd4154cbe95d3cffc48c5c4ccc13cbd3
-size 2311
+oid sha256:2805f3c30abe275ecec872800ecf58f7264a0a96e1674b4a2625477587e31d43
+size 2406

+ 2 - 2
Sounds/wwise/MultiplayerSample_SoundBank.bnk

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:ed6e7dcf3c3a5c808be13a26caa9f13f9e402e3798fffc361e1b854acc0a8844
-size 50096838
+oid sha256:e26efb95f47ba277d16fec0b7ce36c9b04ebcd836ace81782c64a13b9419f7de
+size 63086512

+ 26 - 6
Sounds/wwise/Wwise_IDs.h

@@ -19,17 +19,19 @@ namespace AK
         static const AkUniqueID MUTE_ALL = 1739713018U;
         static const AkUniqueID PLAY_SX_AMB_EXT_GENERAL = 1593597659U;
         static const AkUniqueID PLAY_SX_ENV_LAMP_LOOP = 1589077493U;
+        static const AkUniqueID PLAY_SX_INT_DEFENSETURRET_EXPLOSION = 2266137558U;
+        static const AkUniqueID PLAY_SX_INT_DEFENSETURRET_PROJECTILE = 3206590360U;
+        static const AkUniqueID PLAY_SX_INT_DEFENSETURRET_SHOT = 2868583817U;
         static const AkUniqueID PLAY_SX_INT_ENERGYBALLTRAP_BUILDUP = 1394544692U;
         static const AkUniqueID PLAY_SX_INT_ENERGYBALLTRAP_IMPACT = 3130133043U;
-        static const AkUniqueID PLAY_SX_INT_ENERGYBALLTRAP_ONCOOLDOWN = 2009335613U;
         static const AkUniqueID PLAY_SX_INT_ENERGYBALLTRAP_PROJECTILE = 3442601232U;
-        static const AkUniqueID PLAY_SX_INT_ENERGYBALLTRAP_RISING = 149130571U;
         static const AkUniqueID PLAY_SX_INT_ENERGYCOLLECTOR_EXPLOSION = 599142529U;
         static const AkUniqueID PLAY_SX_INT_GEM_PICKUP = 3972513212U;
         static const AkUniqueID PLAY_SX_INT_JUMPPAD_LAUNCH = 544525055U;
         static const AkUniqueID PLAY_SX_INT_MALFUNCTIONINGSHIELDGENERATOR_BUILDUP = 4040956934U;
         static const AkUniqueID PLAY_SX_INT_MALFUNCTIONINGSHIELDGENERATOR_EXPLO = 3532523743U;
         static const AkUniqueID PLAY_SX_INT_MALFUNCTIONINGSHIELDGENERATOR_IDLE = 3971492149U;
+        static const AkUniqueID PLAY_SX_INT_SPEEDPOWERUP_ACTIVATE = 3161638329U;
         static const AkUniqueID PLAY_SX_INT_TELEPORTER_ACTIVATE = 2479494560U;
         static const AkUniqueID PLAY_SX_INT_TELEPORTER_IDLE = 2491323057U;
         static const AkUniqueID PLAY_SX_PLAYER_ARMOR_BREAKING = 2969244755U;
@@ -37,7 +39,6 @@ namespace AK
         static const AkUniqueID PLAY_SX_PLAYER_EXERTION = 1387321888U;
         static const AkUniqueID PLAY_SX_PLAYER_FOOTSTEP = 2558021178U;
         static const AkUniqueID PLAY_SX_PLAYER_KNOCKDOWN = 76446992U;
-        static const AkUniqueID PLAY_SX_PLAYER_LADDER_CLIMB = 3686292530U;
         static const AkUniqueID PLAY_SX_PLAYER_PAIN = 411195352U;
         static const AkUniqueID PLAY_SX_UI_GAME_COUNTDOWN = 1622843585U;
         static const AkUniqueID PLAY_SX_UI_GAME_END = 517894047U;
@@ -45,18 +46,20 @@ namespace AK
         static const AkUniqueID PLAY_SX_UI_GAME_FANFARE_VICTORY = 1060136708U;
         static const AkUniqueID PLAY_SX_UI_GAME_ROUND_END = 3115542230U;
         static const AkUniqueID PLAY_SX_UI_GAME_ROUND_START = 2382033085U;
-        static const AkUniqueID PLAY_SX_UI_GAME_SHUTDOWN = 2153376150U;
-        static const AkUniqueID PLAY_SX_WPN_BUBBLEGUN_BUILDUP = 1913852464U;
         static const AkUniqueID PLAY_SX_WPN_BUBBLEGUN_COOLDOWN = 3452843118U;
         static const AkUniqueID PLAY_SX_WPN_BUBBLEGUN_EXPLOSION = 546806306U;
         static const AkUniqueID PLAY_SX_WPN_BUBBLEGUN_FIRE = 2192863753U;
-        static const AkUniqueID PLAY_SX_WPN_BUBBLEGUN_IMPACT = 2679540967U;
         static const AkUniqueID PLAY_SX_WPN_BUBBLEGUN_PROJECTILE = 3867312284U;
         static const AkUniqueID PLAY_SX_WPN_BUBBLEGUN_READY = 2608530362U;
         static const AkUniqueID PLAY_SX_WPN_LASERPISTOL_FIRE = 2665115109U;
         static const AkUniqueID PLAY_SX_WPN_LASERPISTOL_IMPACT = 172245811U;
+        static const AkUniqueID SET_STATE_GAME_FRONTEND = 3902232197U;
+        static const AkUniqueID SET_STATE_GAME_GAMEPLAY = 2811141629U;
+        static const AkUniqueID SET_STATE_GAME_MENU = 2210118524U;
+        static const AkUniqueID SET_STATE_GAME_NONE = 4117323863U;
         static const AkUniqueID STOP_SX_AMB_EXT_GENERAL = 802626345U;
         static const AkUniqueID STOP_SX_ENV_LAMP_LOOP = 860941867U;
+        static const AkUniqueID STOP_SX_INT_DEFENSETURRET_PROJECTILE = 2900548186U;
         static const AkUniqueID STOP_SX_INT_ENERGYBALLTRAP_PROJECTILE = 2825372966U;
         static const AkUniqueID STOP_SX_INT_MALFUNCTIONINGSHIELDGENERATOR_IDLE = 1399787879U;
         static const AkUniqueID STOP_SX_INT_TELEPORTER_IDLE = 1815794527U;
@@ -64,6 +67,23 @@ namespace AK
         static const AkUniqueID UNMUTE_ALL = 4003578643U;
     } // namespace EVENTS
 
+    namespace STATES
+    {
+        namespace GAME
+        {
+            static const AkUniqueID GROUP = 702482391U;
+
+            namespace STATE
+            {
+                static const AkUniqueID FRONTEND = 4212191649U;
+                static const AkUniqueID GAMEPLAY = 89505537U;
+                static const AkUniqueID MENU = 2607556080U;
+                static const AkUniqueID NONE = 748895195U;
+            } // namespace STATE
+        } // namespace GAME
+
+    } // namespace STATES
+
     namespace SWITCHES
     {
         namespace SURFACE

File diff suppressed because it is too large
+ 699 - 252
Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/INT.wwu


+ 10 - 0
Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/LVL.wwu

@@ -132,6 +132,11 @@
 												<Value>True</Value>
 											</ValueList>
 										</Property>
+										<Property Name="Volume" Type="Real64">
+											<ValueList>
+												<Value>-8</Value>
+											</ValueList>
+										</Property>
 									</PropertyList>
 									<ReferenceList>
 										<Reference Name="Conversion">
@@ -147,6 +152,11 @@
 												<Property Name="3DSpatialization" Type="int16" Value="2"/>
 												<Property Name="BelowThresholdBehavior" Type="int16" Value="3"/>
 												<Property Name="IsLoopingEnabled" Type="bool" Value="True"/>
+												<Property Name="Volume" Type="Real64">
+													<ValueList>
+														<Value>-2</Value>
+													</ValueList>
+												</Property>
 											</PropertyList>
 											<ReferenceList>
 												<Reference Name="Attenuation">

+ 57 - 59
Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/Player.wwu

@@ -78,7 +78,18 @@
 							<PropertyList>
 								<Property Name="3DSpatialization" Type="int16" Value="2"/>
 								<Property Name="EnableDiffraction" Type="bool" Value="True"/>
+								<Property Name="MaxReachedBehavior" Type="int16" Value="1"/>
+								<Property Name="MaxSoundPerInstance" Type="int16">
+									<ValueList>
+										<Value>1</Value>
+									</ValueList>
+								</Property>
 								<Property Name="OverridePositioning" Type="bool" Value="True"/>
+								<Property Name="UseMaxSoundPerInstance" Type="bool">
+									<ValueList>
+										<Value>True</Value>
+									</ValueList>
+								</Property>
 							</PropertyList>
 							<ReferenceList>
 								<Reference Name="Attenuation">
@@ -96,10 +107,29 @@
 									<PropertyList>
 										<Property Name="3DSpatialization" Type="int16" Value="2"/>
 										<Property Name="BelowThresholdBehavior" Type="int16" Value="3"/>
+										<Property Name="OverridePriority" Type="bool" Value="True"/>
+										<Property Name="Pitch" Type="int32">
+											<ModifierList>
+												<ModifierInfo>
+													<Modifier Name="" ID="{20FB68BF-AD9E-485B-AE08-E9933F0141D2}">
+														<PropertyList>
+															<Property Name="Enabled" Type="bool" Value="True"/>
+															<Property Name="Max" Type="Real64" Value="80"/>
+															<Property Name="Min" Type="Real64" Value="-80"/>
+														</PropertyList>
+													</Modifier>
+												</ModifierInfo>
+											</ModifierList>
+										</Property>
+										<Property Name="Priority" Type="int16">
+											<ValueList>
+												<Value>40</Value>
+											</ValueList>
+										</Property>
 										<Property Name="PriorityDistanceFactor" Type="bool" Value="True"/>
 										<Property Name="Volume" Type="Real64">
 											<ValueList>
-												<Value>-12</Value>
+												<Value>-18</Value>
 											</ValueList>
 										</Property>
 									</PropertyList>
@@ -260,11 +290,35 @@
 									<PropertyList>
 										<Property Name="3DSpatialization" Type="int16" Value="2"/>
 										<Property Name="BelowThresholdBehavior" Type="int16" Value="3"/>
+										<Property Name="InitialDelay" Type="Real64">
+											<ValueList>
+												<Value>0.1</Value>
+											</ValueList>
+										</Property>
 										<Property Name="NormalOrShuffle" Type="int16" Value="0"/>
+										<Property Name="OverridePriority" Type="bool" Value="True"/>
+										<Property Name="Pitch" Type="int32">
+											<ModifierList>
+												<ModifierInfo>
+													<Modifier Name="" ID="{22DF3695-91AC-4FAA-8C33-F70F82B0BD13}">
+														<PropertyList>
+															<Property Name="Enabled" Type="bool" Value="True"/>
+															<Property Name="Max" Type="Real64" Value="80"/>
+															<Property Name="Min" Type="Real64" Value="-80"/>
+														</PropertyList>
+													</Modifier>
+												</ModifierInfo>
+											</ModifierList>
+										</Property>
+										<Property Name="Priority" Type="int16">
+											<ValueList>
+												<Value>60</Value>
+											</ValueList>
+										</Property>
 										<Property Name="PriorityDistanceFactor" Type="bool" Value="True"/>
 										<Property Name="Volume" Type="Real64">
 											<ValueList>
-												<Value>-15</Value>
+												<Value>-13</Value>
 											</ValueList>
 										</Property>
 									</PropertyList>
@@ -491,62 +545,6 @@
 									</ChildrenList>
 									<ObjectLists/>
 								</RandomSequenceContainer>
-								<RandomSequenceContainer Name="sx_player_ladder_climb" ID="{2426AFCA-9DF0-49C1-88AF-92FEAF02740A}" ShortID="1998738">
-									<PropertyList>
-										<Property Name="3DSpatialization" Type="int16" Value="2"/>
-										<Property Name="BelowThresholdBehavior" Type="int16" Value="3"/>
-										<Property Name="PriorityDistanceFactor" Type="bool" Value="True"/>
-										<Property Name="Volume" Type="Real64">
-											<ValueList>
-												<Value>-13</Value>
-											</ValueList>
-										</Property>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Attenuation">
-											<ObjectRef Name="ATN_Player_Default" ID="{FBAC22E1-6462-4EE3-938F-D28EB1F09354}" WorkUnitID="{0FF05D3F-153E-4D02-A6CC-FC77CC0CAD81}"/>
-										</Reference>
-										<Reference Name="Conversion">
-											<ObjectRef Name="Default Conversion Settings" ID="{6D1B890C-9826-4384-BF07-C15223E9FB56}" WorkUnitID="{0119FCBC-B171-4B2F-BB85-593A23CC9CD0}"/>
-										</Reference>
-										<Reference Name="OutputBus">
-											<ObjectRef Name="Player" ID="{A5BE54AE-6D98-477F-83E7-D2BE8A93F86B}" WorkUnitID="{8B26C89C-CDEC-42FD-AE82-2A0A21AD7AAE}"/>
-										</Reference>
-									</ReferenceList>
-									<ChildrenList>
-										<Sound Name="sx_player_ladder_climb_01" ID="{D3547F8E-A8AD-432F-8131-9B5703DDDC30}" ShortID="965869525">
-											<PropertyList>
-												<Property Name="3DSpatialization" Type="int16" Value="2"/>
-												<Property Name="BelowThresholdBehavior" Type="int16" Value="3"/>
-											</PropertyList>
-											<ReferenceList>
-												<Reference Name="Attenuation">
-													<ObjectRef Name="ATN_Default_20" ID="{9A356296-FB49-4226-8845-131AFAB59884}" WorkUnitID="{FF701137-ABB4-4FD9-800E-7C2F77E85689}"/>
-												</Reference>
-												<Reference Name="Conversion">
-													<ObjectRef Name="Default Conversion Settings" ID="{6D1B890C-9826-4384-BF07-C15223E9FB56}" WorkUnitID="{0119FCBC-B171-4B2F-BB85-593A23CC9CD0}"/>
-												</Reference>
-												<Reference Name="OutputBus">
-													<ObjectRef Name="Player" ID="{A5BE54AE-6D98-477F-83E7-D2BE8A93F86B}" WorkUnitID="{8B26C89C-CDEC-42FD-AE82-2A0A21AD7AAE}"/>
-												</Reference>
-											</ReferenceList>
-											<ChildrenList>
-												<AudioFileSource Name="sx_player_ladder_climb_01" ID="{EE880131-D4C9-408C-938C-59C00896EA87}">
-													<Language>SFX</Language>
-													<AudioFile>Hexany\player\sx_player_ladder_climb_01.wav</AudioFile>
-													<MediaIDList>
-														<MediaID ID="403781821"/>
-													</MediaIDList>
-												</AudioFileSource>
-											</ChildrenList>
-											<ObjectLists/>
-											<ActiveSourceList>
-												<ActiveSource Name="sx_player_ladder_climb_01" ID="{EE880131-D4C9-408C-938C-59C00896EA87}" Platform="Linked"/>
-											</ActiveSourceList>
-										</Sound>
-									</ChildrenList>
-									<ObjectLists/>
-								</RandomSequenceContainer>
 							</ChildrenList>
 							<ObjectLists/>
 						</ActorMixer>
@@ -1143,7 +1141,7 @@
 										<Property Name="PriorityDistanceFactor" Type="bool" Value="True"/>
 										<Property Name="Volume" Type="Real64">
 											<ValueList>
-												<Value>-11</Value>
+												<Value>-10</Value>
 											</ValueList>
 										</Property>
 									</PropertyList>

+ 0 - 46
Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/UI.wwu

@@ -313,52 +313,6 @@
 									</ChildrenList>
 									<ObjectLists/>
 								</RandomSequenceContainer>
-								<RandomSequenceContainer Name="sx_ui_game_shutdown" ID="{D8F42F3B-707B-49E3-9585-AA0F04D2F474}" ShortID="539820758">
-									<PropertyList>
-										<Property Name="Volume" Type="Real64">
-											<ValueList>
-												<Value>-15</Value>
-											</ValueList>
-										</Property>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Conversion">
-											<ObjectRef Name="Default Conversion Settings" ID="{6D1B890C-9826-4384-BF07-C15223E9FB56}" WorkUnitID="{0119FCBC-B171-4B2F-BB85-593A23CC9CD0}"/>
-										</Reference>
-										<Reference Name="OutputBus">
-											<ObjectRef Name="Master Audio Bus" ID="{1514A4D8-1DA6-412A-A17E-75CA0C2149F3}" WorkUnitID="{F62C277B-2C60-43BB-A8B2-F1E94C3F98EC}"/>
-										</Reference>
-									</ReferenceList>
-									<ChildrenList>
-										<Sound Name="sx_ui_game_shutdown_01" ID="{D44E96D4-84BD-4A69-B2C6-6D1128EB39F8}" ShortID="1027096618">
-											<PropertyList>
-												<Property Name="BelowThresholdBehavior" Type="int16" Value="3"/>
-											</PropertyList>
-											<ReferenceList>
-												<Reference Name="Conversion">
-													<ObjectRef Name="Default Conversion Settings" ID="{6D1B890C-9826-4384-BF07-C15223E9FB56}" WorkUnitID="{0119FCBC-B171-4B2F-BB85-593A23CC9CD0}"/>
-												</Reference>
-												<Reference Name="OutputBus">
-													<ObjectRef Name="UI" ID="{4501D640-488B-476D-BD7C-A0E7CB8164BF}" WorkUnitID="{8B26C89C-CDEC-42FD-AE82-2A0A21AD7AAE}"/>
-												</Reference>
-											</ReferenceList>
-											<ChildrenList>
-												<AudioFileSource Name="sx_ui_game_shutdown_01" ID="{B9DC95D3-4A0B-47DC-91A6-77231CE23142}">
-													<Language>SFX</Language>
-													<AudioFile>Hexany\ui\sx_ui_game_shutdown_01.wav</AudioFile>
-													<MediaIDList>
-														<MediaID ID="632172693"/>
-													</MediaIDList>
-												</AudioFileSource>
-											</ChildrenList>
-											<ObjectLists/>
-											<ActiveSourceList>
-												<ActiveSource Name="sx_ui_game_shutdown_01" ID="{B9DC95D3-4A0B-47DC-91A6-77231CE23142}" Platform="Linked"/>
-											</ActiveSourceList>
-										</Sound>
-									</ChildrenList>
-									<ObjectLists/>
-								</RandomSequenceContainer>
 							</ChildrenList>
 							<ObjectLists/>
 						</ActorMixer>

+ 0 - 116
Sounds/wwise_project/Actor-Mixer Hierarchy/AMPS/WPN.wwu

@@ -629,122 +629,6 @@
 									</ChildrenList>
 									<ObjectLists/>
 								</RandomSequenceContainer>
-								<RandomSequenceContainer Name="sx_wpn_bubbleGun_buildup" ID="{AECF22A5-1C08-4E49-8958-81DF4CEA4C06}" ShortID="826656276">
-									<PropertyList>
-										<Property Name="Inclusion" Type="bool">
-											<ValueList>
-												<Value>False</Value>
-											</ValueList>
-										</Property>
-										<Property Name="Volume" Type="Real64">
-											<ValueList>
-												<Value>-16</Value>
-											</ValueList>
-										</Property>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Conversion">
-											<ObjectRef Name="Default Conversion Settings" ID="{6D1B890C-9826-4384-BF07-C15223E9FB56}" WorkUnitID="{0119FCBC-B171-4B2F-BB85-593A23CC9CD0}"/>
-										</Reference>
-										<Reference Name="OutputBus">
-											<ObjectRef Name="Master Audio Bus" ID="{1514A4D8-1DA6-412A-A17E-75CA0C2149F3}" WorkUnitID="{F62C277B-2C60-43BB-A8B2-F1E94C3F98EC}"/>
-										</Reference>
-									</ReferenceList>
-									<ChildrenList>
-										<Sound Name="sx_wpn_bubbleGun_buildup_01" ID="{8EEA8831-D599-4B59-903A-86D605031652}" ShortID="1006910566">
-											<PropertyList>
-												<Property Name="3DSpatialization" Type="int16" Value="2"/>
-												<Property Name="BelowThresholdBehavior" Type="int16" Value="3"/>
-											</PropertyList>
-											<ReferenceList>
-												<Reference Name="Attenuation">
-													<ObjectRef Name="ATN_Default_20" ID="{9A356296-FB49-4226-8845-131AFAB59884}" WorkUnitID="{FF701137-ABB4-4FD9-800E-7C2F77E85689}"/>
-												</Reference>
-												<Reference Name="Conversion">
-													<ObjectRef Name="Default Conversion Settings" ID="{6D1B890C-9826-4384-BF07-C15223E9FB56}" WorkUnitID="{0119FCBC-B171-4B2F-BB85-593A23CC9CD0}"/>
-												</Reference>
-												<Reference Name="OutputBus">
-													<ObjectRef Name="WPN" ID="{98A42EC1-C2A2-4DED-A5D6-8B31BF89D863}" WorkUnitID="{8B26C89C-CDEC-42FD-AE82-2A0A21AD7AAE}"/>
-												</Reference>
-											</ReferenceList>
-											<ChildrenList>
-												<AudioFileSource Name="sx_wpn_bubbleGun_buildup_01" ID="{C25A9195-CAFC-49FD-ACA7-D2261CE48DA5}">
-													<Language>SFX</Language>
-													<AudioFile>Hexany\bubbleGun\sx_wpn_bubbleGun_buildup_01.wav</AudioFile>
-													<MediaIDList>
-														<MediaID ID="529549418"/>
-													</MediaIDList>
-												</AudioFileSource>
-											</ChildrenList>
-											<ObjectLists/>
-											<ActiveSourceList>
-												<ActiveSource Name="sx_wpn_bubbleGun_buildup_01" ID="{C25A9195-CAFC-49FD-ACA7-D2261CE48DA5}" Platform="Linked"/>
-											</ActiveSourceList>
-										</Sound>
-									</ChildrenList>
-									<ObjectLists/>
-								</RandomSequenceContainer>
-								<RandomSequenceContainer Name="sx_wpn_bubbleGun_impact" ID="{0D9C3F92-5D5C-4DD5-9D6D-847F2A693AB9}" ShortID="565483201">
-									<PropertyList>
-										<Property Name="3DSpatialization" Type="int16" Value="2"/>
-										<Property Name="EnableDiffraction" Type="bool" Value="True"/>
-										<Property Name="Inclusion" Type="bool">
-											<ValueList>
-												<Value>False</Value>
-											</ValueList>
-										</Property>
-										<Property Name="OverridePositioning" Type="bool" Value="True"/>
-										<Property Name="Volume" Type="Real64">
-											<ValueList>
-												<Value>-14</Value>
-											</ValueList>
-										</Property>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Attenuation">
-											<ObjectRef Name="ATN_WPN_Impact_Default" ID="{02FD8E94-C99D-4362-9DCD-BAF59B93A518}" WorkUnitID="{0FF05D3F-153E-4D02-A6CC-FC77CC0CAD81}"/>
-										</Reference>
-										<Reference Name="Conversion">
-											<ObjectRef Name="Default Conversion Settings" ID="{6D1B890C-9826-4384-BF07-C15223E9FB56}" WorkUnitID="{0119FCBC-B171-4B2F-BB85-593A23CC9CD0}"/>
-										</Reference>
-										<Reference Name="OutputBus">
-											<ObjectRef Name="Master Audio Bus" ID="{1514A4D8-1DA6-412A-A17E-75CA0C2149F3}" WorkUnitID="{F62C277B-2C60-43BB-A8B2-F1E94C3F98EC}"/>
-										</Reference>
-									</ReferenceList>
-									<ChildrenList>
-										<Sound Name="sx_wpn_bubbleGun_impact_01" ID="{6646D3EC-A859-4975-A24E-CB4235426384}" ShortID="892207266">
-											<PropertyList>
-												<Property Name="3DSpatialization" Type="int16" Value="2"/>
-												<Property Name="BelowThresholdBehavior" Type="int16" Value="3"/>
-											</PropertyList>
-											<ReferenceList>
-												<Reference Name="Attenuation">
-													<ObjectRef Name="ATN_Default_20" ID="{9A356296-FB49-4226-8845-131AFAB59884}" WorkUnitID="{FF701137-ABB4-4FD9-800E-7C2F77E85689}"/>
-												</Reference>
-												<Reference Name="Conversion">
-													<ObjectRef Name="Default Conversion Settings" ID="{6D1B890C-9826-4384-BF07-C15223E9FB56}" WorkUnitID="{0119FCBC-B171-4B2F-BB85-593A23CC9CD0}"/>
-												</Reference>
-												<Reference Name="OutputBus">
-													<ObjectRef Name="WPN" ID="{98A42EC1-C2A2-4DED-A5D6-8B31BF89D863}" WorkUnitID="{8B26C89C-CDEC-42FD-AE82-2A0A21AD7AAE}"/>
-												</Reference>
-											</ReferenceList>
-											<ChildrenList>
-												<AudioFileSource Name="sx_wpn_bubbleGun_impact_01" ID="{5C58109F-0D74-44BA-B7C0-B15EF73C85F9}">
-													<Language>SFX</Language>
-													<AudioFile>Hexany\bubbleGun\sx_wpn_bubbleGun_impact_01.wav</AudioFile>
-													<MediaIDList>
-														<MediaID ID="1057152903"/>
-													</MediaIDList>
-												</AudioFileSource>
-											</ChildrenList>
-											<ObjectLists/>
-											<ActiveSourceList>
-												<ActiveSource Name="sx_wpn_bubbleGun_impact_01" ID="{5C58109F-0D74-44BA-B7C0-B15EF73C85F9}" Platform="Linked"/>
-											</ActiveSourceList>
-										</Sound>
-									</ChildrenList>
-									<ObjectLists/>
-								</RandomSequenceContainer>
 								<RandomSequenceContainer Name="sx_wpn_bubbleGun_cooldown" ID="{8E30E3A2-6F8E-4C40-8DA6-1FA4FDA68649}" ShortID="1067806036">
 									<PropertyList>
 										<Property Name="Volume" Type="Real64">

+ 1 - 0
Sounds/wwise_project/Events/AMPS/AMPS.wwu

@@ -5,6 +5,7 @@
 			<ChildrenList>
 				<WorkUnit Name="SX" ID="{E5F4F469-906C-4147-B0E4-CD832E5C1948}" PersistMode="Reference"/>
 				<WorkUnit Name="MX" ID="{ECC90E23-B5CE-47AF-9151-6DBFF748F78A}" PersistMode="Reference"/>
+				<WorkUnit Name="_Globals" ID="{3272610B-33C9-4166-B811-375C322D0280}" PersistMode="Reference"/>
 			</ChildrenList>
 		</WorkUnit>
 	</Events>

+ 8 - 320
Sounds/wwise_project/Events/AMPS/INT.wwu

@@ -7,326 +7,14 @@
 				<Property Name="OverrideColor" Type="bool" Value="True"/>
 			</PropertyList>
 			<ChildrenList>
-				<Folder Name="energyBallTrap" ID="{F78A511B-8F88-4FD9-8B78-6A7FE28821AD}" ShortID="539690349">
-					<ChildrenList>
-						<Event Name="play_sx_int_energyballtrap_rising" ID="{7CCD4AF5-560C-47C8-A7CF-8C0430C95587}">
-							<ChildrenList>
-								<Action Name="" ID="{92286178-8C75-4621-B361-99198C940B29}" ShortID="871951582">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_energyBallTrap_rising" ID="{79C95A75-AB6F-4CE1-B619-E36D7D3DF23D}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_int_energyballtrap_projectile" ID="{4C9F5296-5B71-4CC3-8E72-63D2B8BEBAD9}">
-							<ChildrenList>
-								<Action Name="" ID="{C08664F7-3F9F-4C68-AC9A-1B3BC0BFA70A}" ShortID="187484371">
-									<PropertyList>
-										<Property Name="FadeTime" Type="Real64" Value="0.1"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_energyBallTrap_projectile" ID="{6532E75E-4F40-4806-8BC9-24CE451B2221}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_int_energyballtrap_impact" ID="{4BD8BF4B-C265-4D3D-A9F5-00BA8DBF3173}">
-							<ChildrenList>
-								<Action Name="" ID="{5BABD659-278C-48DA-84EA-6405F7E20885}" ShortID="400091114">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_energyBallTrap_impact" ID="{92014ACE-04FD-4CE2-8FEC-0513182D6858}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_int_energyballtrap_oncooldown" ID="{11E39775-D1C8-428D-974E-34057F043181}">
-							<ChildrenList>
-								<Action Name="" ID="{C343D4C9-0452-489F-82E1-6568C42A2929}" ShortID="804109373">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_energyBallTrap_onCooldown" ID="{11F73741-B078-4D24-8316-DAF1026A5E0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_int_energyballtrap_buildup" ID="{E26765DC-56E5-444D-BA2E-6084A800C1EF}">
-							<ChildrenList>
-								<Action Name="" ID="{F6D72A11-88DB-425D-A30E-6BD6A3F0F637}" ShortID="849759192">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_energyBallTrap_buildup" ID="{13873A13-8973-4020-9FFB-501BD5BA5865}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="stop_sx_int_energyballtrap_projectile" ID="{3714147F-B604-47AA-87DE-0B70D2AE676F}">
-							<ChildrenList>
-								<Action Name="" ID="{7FB106EA-03E9-4016-BA24-E6923DA0D51F}" ShortID="686360877">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="2"/>
-										<Property Name="FadeTime" Type="Real64" Value="0.1"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_energyBallTrap_projectile" ID="{6532E75E-4F40-4806-8BC9-24CE451B2221}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-					</ChildrenList>
-				</Folder>
-				<Folder Name="energyCollector" ID="{714A99A5-4F08-442F-8F6A-A8214FB3130F}" ShortID="696842136">
-					<ChildrenList>
-						<Event Name="play_sx_int_energycollector_explosion" ID="{E0E34EE2-738E-4E96-BF07-6FEBB42C3C2E}">
-							<ChildrenList>
-								<Action Name="" ID="{3378EAF7-B8DD-472F-B67E-2A2C0FDE28AA}" ShortID="102418540">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_energyCollector_explosion" ID="{F7B977C9-5A5B-4A1F-AB64-F730DAD37337}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-					</ChildrenList>
-				</Folder>
-				<Folder Name="gem" ID="{EC75E717-92E5-4DEB-89EB-52DDFD0204B3}" ShortID="274366707">
-					<ChildrenList>
-						<Event Name="play_sx_int_gem_pickup" ID="{D9D7B8A3-6812-451E-93C5-896700291A0B}">
-							<ChildrenList>
-								<Action Name="" ID="{9993FE6A-4D10-4B82-9BEF-7A54E61270DF}" ShortID="1006310010">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_gem_pickup" ID="{E9B2A017-63F2-4AE9-A4F8-838FE3D42176}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-					</ChildrenList>
-				</Folder>
-				<Folder Name="jumpPad" ID="{CCBB6605-AD73-45BA-988A-A23AD7A56256}" ShortID="332519664">
-					<ChildrenList>
-						<Event Name="play_sx_int_jumppad_launch" ID="{4BE8A9A4-5EEE-4ACC-B314-F1D626BD46C7}">
-							<ChildrenList>
-								<Action Name="" ID="{57259460-E87A-49F2-9728-4CA5F3AE6078}" ShortID="646193284">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_jumpPad_launch" ID="{715FC78B-4F25-4B37-B15F-8B41ED56110F}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-					</ChildrenList>
-				</Folder>
-				<Folder Name="shieldGenerator" ID="{EA7AAFF1-27D9-4D66-800A-1133114DB455}" ShortID="47090">
-					<ChildrenList>
-						<Event Name="play_sx_int_malfunctioningshieldgenerator_buildup" ID="{14C1E7BF-5B9E-43FF-8083-618230E2B7B8}">
-							<ChildrenList>
-								<Action Name="" ID="{A8FE24AA-051F-4471-AC7B-253CDA898514}" ShortID="205586822">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_malfunctioningShieldGenerator_buildUp" ID="{62399925-3AE3-499B-AB20-D8FF1037A822}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_int_malfunctioningshieldgenerator_explo" ID="{A910A681-E6E6-47EF-9061-B9753C009A61}">
-							<ChildrenList>
-								<Action Name="" ID="{E99C5AA4-277F-4D59-BA82-95573711373E}" ShortID="287725219">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_malfunctioningShieldGenerator_explo" ID="{01E0DEFE-B2F5-4AF4-AFD5-4D242E317371}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-								<Action Name="" ID="{4BC2142E-AA7E-41F0-A4E2-336C0ED62181}" ShortID="592893929">
-									<PropertyList>
-										<Property Name="AbsoluteOrRelative" Type="int16" Value="1"/>
-										<Property Name="ActionType" Type="int16" Value="12"/>
-										<Property Name="FadeInCurve" Type="int16" Value="1"/>
-										<Property Name="FadeTime" Type="Real64" Value="2"/>
-										<Property Name="Volume" Type="Real64" Value="-12"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-								<Action Name="" ID="{E51425A8-4870-4304-ACA2-83D5F32BF986}" ShortID="786633629">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="16"/>
-										<Property Name="Delay" Type="Real64" Value="2"/>
-										<Property Name="FadeOutCurve" Type="int16" Value="6"/>
-										<Property Name="FadeTime" Type="Real64" Value="1"/>
-										<Property Name="Volume" Type="Real64" Value="-6"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-								<Action Name="" ID="{E7E7B892-065E-4A71-B167-B80B6F6AE07B}" ShortID="528820851">
-									<PropertyList>
-										<Property Name="AbsoluteOrRelative" Type="int16" Value="1"/>
-										<Property Name="ActionType" Type="int16" Value="13"/>
-										<Property Name="FadeInCurve" Type="int16" Value="1"/>
-										<Property Name="FadeTime" Type="Real64" Value="0.5"/>
-										<Property Name="Pitch" Type="int32" Value="-1200"/>
-										<Property Name="Volume" Type="Real64" Value="-12"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-								<Action Name="" ID="{D8CA4CEC-9E8D-4E40-BA65-A578A2A32B9E}" ShortID="797702470">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="18"/>
-										<Property Name="Delay" Type="Real64" Value="2"/>
-										<Property Name="FadeOutCurve" Type="int16" Value="6"/>
-										<Property Name="FadeTime" Type="Real64" Value="1"/>
-										<Property Name="Volume" Type="Real64" Value="-6"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_int_malfunctioningshieldgenerator_idle" ID="{8D875A6A-108D-4C08-9A16-851A7A80EA24}">
-							<ChildrenList>
-								<Action Name="" ID="{6BDAFBC2-05B1-490F-8CFC-112C7761CACD}" ShortID="997584170">
-									<PropertyList>
-										<Property Name="FadeTime" Type="Real64" Value="0.1"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-								<Action Name="" ID="{CA39850E-7BDB-4A34-90E1-F2F882682C0C}" ShortID="357455969">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="36"/>
-										<Property Name="SeekPercent" Type="Real64" Value="50">
-											<ModifierList>
-												<ModifierInfo>
-													<Modifier Name="" ID="{39B5BB1D-8A46-437B-85CA-4A1C2EADE40C}">
-														<PropertyList>
-															<Property Name="Enabled" Type="bool" Value="True"/>
-															<Property Name="Max" Type="Real64" Value="40"/>
-															<Property Name="Min" Type="Real64" Value="-50"/>
-														</PropertyList>
-													</Modifier>
-												</ModifierInfo>
-											</ModifierList>
-										</Property>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="stop_sx_int_malfunctioningshieldgenerator_idle" ID="{6E863577-C6E8-4563-BA13-E739D818DF44}">
-							<ChildrenList>
-								<Action Name="" ID="{6ECBCFB5-299A-4916-8F5A-9CCC69383E91}" ShortID="993264331">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="2"/>
-										<Property Name="FadeTime" Type="Real64" Value="0.2"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-					</ChildrenList>
-				</Folder>
-				<Folder Name="teleporter" ID="{BFA50D18-FFEC-4DA0-A57D-149ABE555EFF}" ShortID="922100800">
-					<ChildrenList>
-						<Event Name="play_sx_int_teleporter_activate" ID="{3C5F4354-C671-41F4-A1E2-6B5777C87900}">
-							<ChildrenList>
-								<Action Name="" ID="{2B73797E-BE01-4561-BC0D-FDB121A50805}" ShortID="713534394">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_teleporter_activate" ID="{1FDF3977-BF55-431F-BF82-01497FE2688C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="stop_sx_int_teleporter_idle" ID="{09E442B7-D17C-4E77-A6AC-16483F2C91E9}">
-							<ChildrenList>
-								<Action Name="" ID="{2B7EF360-068A-4BD4-B9E0-B94EA8D46E45}" ShortID="455138360">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="2"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_teleporter_loop" ID="{D7945CD0-C24B-464C-AD49-BB6C722139B2}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_int_teleporter_idle" ID="{8F688EFE-210A-46A8-963C-00FF3FA7A1EB}">
-							<ChildrenList>
-								<Action Name="" ID="{1B5305A6-F2E7-4F05-B1A6-432958822A0F}" ShortID="460735492">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_teleporter_loop" ID="{D7945CD0-C24B-464C-AD49-BB6C722139B2}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-								<Action Name="" ID="{ACF03B52-C0BC-4890-95DD-374B657A302A}" ShortID="24364970">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="36"/>
-										<Property Name="SeekPercent" Type="Real64">
-											<ModifierList>
-												<ModifierInfo>
-													<Modifier Name="" ID="{2FABFBD2-BA95-4DDA-B893-B2CA5328432E}">
-														<PropertyList>
-															<Property Name="Enabled" Type="bool" Value="True"/>
-															<Property Name="Max" Type="Real64" Value="40"/>
-															<Property Name="Min" Type="Real64" Value="-50"/>
-														</PropertyList>
-													</Modifier>
-												</ModifierInfo>
-											</ModifierList>
-										</Property>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_int_teleporter_loop" ID="{D7945CD0-C24B-464C-AD49-BB6C722139B2}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-					</ChildrenList>
-				</Folder>
+				<WorkUnit Name="defenseTurret" ID="{CF19DCBF-DBAF-47EA-BB92-20770380FC6C}" PersistMode="Reference"/>
+				<WorkUnit Name="energyBallTrap" ID="{8582AA88-0A9A-4FEC-BCB9-77D0CA9E8774}" PersistMode="Reference"/>
+				<WorkUnit Name="energyCollector" ID="{CEF4021F-03AE-4DDA-949A-BDB8971DCFF5}" PersistMode="Reference"/>
+				<WorkUnit Name="gem" ID="{C20EA863-07E6-4A2C-89BA-3D26CC43CD3B}" PersistMode="Reference"/>
+				<WorkUnit Name="jumpPad" ID="{2C09436E-B583-476D-A489-8C05E146D2F1}" PersistMode="Reference"/>
+				<WorkUnit Name="shieldGenerator" ID="{D49A7F17-5E56-4DE2-816D-4286ED6A3BE2}" PersistMode="Reference"/>
+				<WorkUnit Name="speedPowerup" ID="{B1170A6B-47FE-44B4-AB4C-58C64DC49DFF}" PersistMode="Reference"/>
+				<WorkUnit Name="teleporter" ID="{9280D571-E077-4273-BE2F-92C4E42F8DF1}" PersistMode="Reference"/>
 			</ChildrenList>
 		</WorkUnit>
 	</Events>

+ 0 - 11
Sounds/wwise_project/Events/AMPS/PLAYER.wwu

@@ -62,17 +62,6 @@
 						</Action>
 					</ChildrenList>
 				</Event>
-				<Event Name="play_sx_player_ladder_climb" ID="{3B905461-6885-4985-AF9B-D8FF668133A8}">
-					<ChildrenList>
-						<Action Name="" ID="{86F14C9F-02F5-4A07-800A-CE7AD0DB00AD}" ShortID="943484311">
-							<ReferenceList>
-								<Reference Name="Target">
-									<ObjectRef Name="sx_player_ladder_climb" ID="{2426AFCA-9DF0-49C1-88AF-92FEAF02740A}" WorkUnitID="{0AD14DD5-1CBD-4F2A-B1DE-F678C986F4EB}"/>
-								</Reference>
-							</ReferenceList>
-						</Action>
-					</ChildrenList>
-				</Event>
 				<Event Name="play_sx_player_exertion" ID="{A3BD819D-FAB8-46B7-8068-95A7772A3620}">
 					<ChildrenList>
 						<Action Name="" ID="{62529911-BF89-4155-A325-51EAED2BA349}" ShortID="126130053">

+ 69 - 0
Sounds/wwise_project/Events/AMPS/States.wwu

@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{B8199B7A-04E3-437C-B10C-DC8E0BFE6EA5}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{3272610B-33C9-4166-B811-375C322D0280}">
+	<Events>
+		<WorkUnit Name="States" ID="{B8199B7A-04E3-437C-B10C-DC8E0BFE6EA5}" OwnerID="{3272610B-33C9-4166-B811-375C322D0280}" PersistMode="Nested">
+			<ChildrenList>
+				<Folder Name="Game" ID="{23D90936-95A3-4AEE-969F-AFA3A8C1BDC9}" ShortID="649225999">
+					<ChildrenList>
+						<Event Name="set_state_game_menu" ID="{7F91CC8D-6A4E-4BC4-8A08-056BED36C2AA}">
+							<ChildrenList>
+								<Action Name="" ID="{2EC550EE-8216-4D1A-BEA6-14CA7284E1B7}" ShortID="532827674">
+									<PropertyList>
+										<Property Name="ActionType" Type="int16" Value="22"/>
+									</PropertyList>
+									<ReferenceList>
+										<Reference Name="Target">
+											<ObjectRef Name="Menu" ID="{585613D8-7829-497D-AF5F-001E3800B2A0}" WorkUnitID="{F466FCAE-09E7-4E01-95AD-F2A7142F6B1F}"/>
+										</Reference>
+									</ReferenceList>
+								</Action>
+							</ChildrenList>
+						</Event>
+						<Event Name="set_state_game_frontend" ID="{5B1F6E5F-78AF-4455-9F1F-760498E19B2D}">
+							<ChildrenList>
+								<Action Name="" ID="{FE8DEC60-3241-447F-B240-DBBFD37451BB}" ShortID="443091115">
+									<PropertyList>
+										<Property Name="ActionType" Type="int16" Value="22"/>
+									</PropertyList>
+									<ReferenceList>
+										<Reference Name="Target">
+											<ObjectRef Name="FrontEnd" ID="{6A6B4BC1-F9CB-4834-AAFE-EA9A0C8307C7}" WorkUnitID="{F466FCAE-09E7-4E01-95AD-F2A7142F6B1F}"/>
+										</Reference>
+									</ReferenceList>
+								</Action>
+							</ChildrenList>
+						</Event>
+						<Event Name="set_state_game_gameplay" ID="{533A7DF7-06DC-4B2C-9C91-B5D039030D13}">
+							<ChildrenList>
+								<Action Name="" ID="{98357C4F-328E-4F9A-92FD-8A505501EE73}" ShortID="191392931">
+									<PropertyList>
+										<Property Name="ActionType" Type="int16" Value="22"/>
+									</PropertyList>
+									<ReferenceList>
+										<Reference Name="Target">
+											<ObjectRef Name="Gameplay" ID="{A4B2D308-EF32-4565-833E-C0C0062F28C9}" WorkUnitID="{F466FCAE-09E7-4E01-95AD-F2A7142F6B1F}"/>
+										</Reference>
+									</ReferenceList>
+								</Action>
+							</ChildrenList>
+						</Event>
+						<Event Name="set_state_game_none" ID="{8EACA171-F1C4-4519-8164-47C0895B4766}">
+							<ChildrenList>
+								<Action Name="" ID="{AACAD23A-4847-4AA1-ADB8-4D42F43E2373}" ShortID="527758296">
+									<PropertyList>
+										<Property Name="ActionType" Type="int16" Value="22"/>
+									</PropertyList>
+									<ReferenceList>
+										<Reference Name="Target">
+											<ObjectRef Name="None" ID="{C285CE40-D480-4E2C-921B-47BB767EF7EA}" WorkUnitID="{F466FCAE-09E7-4E01-95AD-F2A7142F6B1F}"/>
+										</Reference>
+									</ReferenceList>
+								</Action>
+							</ChildrenList>
+						</Event>
+					</ChildrenList>
+				</Folder>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 0 - 11
Sounds/wwise_project/Events/AMPS/UI.wwu

@@ -29,17 +29,6 @@
 						</Action>
 					</ChildrenList>
 				</Event>
-				<Event Name="play_sx_ui_game_shutdown" ID="{0BD2AB06-FD0B-4119-B0C2-6AE5A8C52E7F}">
-					<ChildrenList>
-						<Action Name="" ID="{9A56EF9F-FD78-4FF4-88F8-F9F7D6307458}" ShortID="287379334">
-							<ReferenceList>
-								<Reference Name="Target">
-									<ObjectRef Name="sx_ui_game_shutdown_01" ID="{D44E96D4-84BD-4A69-B2C6-6D1128EB39F8}" WorkUnitID="{DEBF739E-3942-49F6-B7FC-3D79C6727A46}"/>
-								</Reference>
-							</ReferenceList>
-						</Action>
-					</ChildrenList>
-				</Event>
 				<Event Name="play_sx_ui_game_fanfare_defeat" ID="{40C1E6C6-454D-4CA4-8DC3-F7D752D8E4D1}">
 					<ChildrenList>
 						<Action Name="" ID="{81690988-894A-4BFD-927A-BDBCC47CE9FC}" ShortID="846571613">

+ 2 - 142
Sounds/wwise_project/Events/AMPS/WPN.wwu

@@ -7,148 +7,8 @@
 				<Property Name="OverrideColor" Type="bool" Value="True"/>
 			</PropertyList>
 			<ChildrenList>
-				<Folder Name="laserPistol" ID="{1A401F5A-1B69-4F12-B007-652953C7BBE3}" ShortID="836145197">
-					<ChildrenList>
-						<Event Name="play_sx_wpn_laserpistol_impact" ID="{1F0C155E-EB14-46A5-BE41-909ADC4D0F10}">
-							<ChildrenList>
-								<Action Name="" ID="{31B2641D-0460-4005-8549-A889AE9E1812}" ShortID="838534489">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_laserPistol_impact" ID="{DBBF91A6-47A0-46AE-89BB-CC62BD1D96A0}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_wpn_laserpistol_fire" ID="{FA50B607-E2A8-4E18-B8FC-632C1F353C41}">
-							<ChildrenList>
-								<Action Name="" ID="{F7A30C49-AEA2-40FB-8D59-350A1344F6AB}" ShortID="739416967">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_laserPistol_fire" ID="{D55766D9-8B30-4D32-9612-42FD1E4B2516}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-					</ChildrenList>
-				</Folder>
-				<Folder Name="bubbleGun" ID="{7B48AA02-18B7-484A-A6DE-5DC1E345BB42}" ShortID="438673963">
-					<ChildrenList>
-						<Event Name="play_sx_wpn_bubblegun_buildup" ID="{EE62A603-D2B1-45BA-8E74-DF15B41E3676}">
-							<ChildrenList>
-								<Action Name="" ID="{0A18EFC0-4902-4297-AD60-263EFB0BD371}" ShortID="404035108">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_buildup" ID="{AECF22A5-1C08-4E49-8958-81DF4CEA4C06}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_wpn_bubblegun_fire" ID="{624DC077-3E40-4059-8E74-18F4F7782353}">
-							<ChildrenList>
-								<Action Name="" ID="{5B965090-5473-46FB-BA1A-CA8187EEAC42}" ShortID="120030212">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_fire" ID="{3D30DE0A-4CF1-408B-A2B6-E5FFDD1776EF}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_wpn_bubblegun_projectile" ID="{C567D145-A186-404C-97A3-0675E7756C6E}">
-							<ChildrenList>
-								<Action Name="" ID="{E88FF9B7-976D-4A3B-A815-8C610DA00758}" ShortID="1002508510">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_projectile" ID="{D8503B8F-5FC1-4FDF-8A28-5EB2CFD8F27F}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_wpn_bubblegun_impact" ID="{1218610B-061A-43E2-89D4-ECE6786C984E}">
-							<ChildrenList>
-								<Action Name="" ID="{FD3B09EF-EBEC-4568-B315-0E11EE78285A}" ShortID="48581857">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_impact" ID="{0D9C3F92-5D5C-4DD5-9D6D-847F2A693AB9}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-								<Action Name="" ID="{E4859103-CFD0-4927-AA85-87B390E09727}" ShortID="1056236037">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="2"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_projectile" ID="{D8503B8F-5FC1-4FDF-8A28-5EB2CFD8F27F}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_wpn_bubblegun_explosion" ID="{7F874964-9271-4C03-B6E1-9B096AB6DD04}">
-							<ChildrenList>
-								<Action Name="" ID="{05A85061-2EBD-497E-8D06-2974E8E0C993}" ShortID="906267765">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="2"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_projectile" ID="{D8503B8F-5FC1-4FDF-8A28-5EB2CFD8F27F}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-								<Action Name="" ID="{D3030DDA-3176-44C7-831C-DD17E749ADC4}" ShortID="675974833">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_explosion" ID="{31AA59D2-2141-428D-A6A0-D4C187895783}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_wpn_bubblegun_cooldown" ID="{3C82E031-C335-4DF4-92B4-E09DFCB90206}">
-							<ChildrenList>
-								<Action Name="" ID="{8239CC2E-1F3F-4C8E-91C4-CBF374382CF9}" ShortID="470112908">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_cooldown" ID="{8E30E3A2-6F8E-4C40-8DA6-1FA4FDA68649}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="play_sx_wpn_bubblegun_ready" ID="{1D9FFE45-BF78-40ED-8D86-DCC507948F70}">
-							<ChildrenList>
-								<Action Name="" ID="{8A49B13B-0A12-4ECD-8336-E6DFCE1100F1}" ShortID="518373866">
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_ready" ID="{118C12CF-D4A4-4F00-8BDA-C1690688A093}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-						<Event Name="stop_sx_wpn_bubblegun_projectile" ID="{9E698253-449D-4227-9C73-7BB210383D47}">
-							<ChildrenList>
-								<Action Name="" ID="{52985E26-3BA6-4BB8-8D85-F8893C848576}" ShortID="447285032">
-									<PropertyList>
-										<Property Name="ActionType" Type="int16" Value="2"/>
-										<Property Name="FadeTime" Type="Real64" Value="0.2"/>
-									</PropertyList>
-									<ReferenceList>
-										<Reference Name="Target">
-											<ObjectRef Name="sx_wpn_bubbleGun_projectile" ID="{D8503B8F-5FC1-4FDF-8A28-5EB2CFD8F27F}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
-										</Reference>
-									</ReferenceList>
-								</Action>
-							</ChildrenList>
-						</Event>
-					</ChildrenList>
-				</Folder>
+				<WorkUnit Name="bubbleGun" ID="{5006F684-C70B-4BF6-9E09-86C6532756E0}" PersistMode="Reference"/>
+				<WorkUnit Name="laserPistol" ID="{127FA651-B259-4F86-BC4D-A900F3A4CCA2}" PersistMode="Reference"/>
 			</ChildrenList>
 		</WorkUnit>
 	</Events>

+ 10 - 0
Sounds/wwise_project/Events/AMPS/_Globals.wwu

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{3272610B-33C9-4166-B811-375C322D0280}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}">
+	<Events>
+		<WorkUnit Name="_Globals" ID="{3272610B-33C9-4166-B811-375C322D0280}" OwnerID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" PersistMode="Nested">
+			<ChildrenList>
+				<WorkUnit Name="States" ID="{B8199B7A-04E3-437C-B10C-DC8E0BFE6EA5}" PersistMode="Reference"/>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 89 - 0
Sounds/wwise_project/Events/AMPS/bubbleGun.wwu

@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{5006F684-C70B-4BF6-9E09-86C6532756E0}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{E8F53651-A80E-47A5-A3D1-FE5D411A6327}">
+	<Events>
+		<WorkUnit Name="bubbleGun" ID="{5006F684-C70B-4BF6-9E09-86C6532756E0}" OwnerID="{E8F53651-A80E-47A5-A3D1-FE5D411A6327}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_wpn_bubblegun_fire" ID="{624DC077-3E40-4059-8E74-18F4F7782353}">
+					<ChildrenList>
+						<Action Name="" ID="{5B965090-5473-46FB-BA1A-CA8187EEAC42}" ShortID="120030212">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_wpn_bubbleGun_fire" ID="{3D30DE0A-4CF1-408B-A2B6-E5FFDD1776EF}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_wpn_bubblegun_explosion" ID="{7F874964-9271-4C03-B6E1-9B096AB6DD04}">
+					<ChildrenList>
+						<Action Name="" ID="{05A85061-2EBD-497E-8D06-2974E8E0C993}" ShortID="906267765">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="2"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_wpn_bubbleGun_projectile" ID="{D8503B8F-5FC1-4FDF-8A28-5EB2CFD8F27F}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+						<Action Name="" ID="{D3030DDA-3176-44C7-831C-DD17E749ADC4}" ShortID="675974833">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_wpn_bubbleGun_explosion" ID="{31AA59D2-2141-428D-A6A0-D4C187895783}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_wpn_bubblegun_cooldown" ID="{3C82E031-C335-4DF4-92B4-E09DFCB90206}">
+					<ChildrenList>
+						<Action Name="" ID="{8239CC2E-1F3F-4C8E-91C4-CBF374382CF9}" ShortID="470112908">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_wpn_bubbleGun_cooldown" ID="{8E30E3A2-6F8E-4C40-8DA6-1FA4FDA68649}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_wpn_bubblegun_ready" ID="{1D9FFE45-BF78-40ED-8D86-DCC507948F70}">
+					<ChildrenList>
+						<Action Name="" ID="{8A49B13B-0A12-4ECD-8336-E6DFCE1100F1}" ShortID="518373866">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_wpn_bubbleGun_ready" ID="{118C12CF-D4A4-4F00-8BDA-C1690688A093}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="stop_sx_wpn_bubblegun_projectile" ID="{9E698253-449D-4227-9C73-7BB210383D47}">
+					<ChildrenList>
+						<Action Name="" ID="{52985E26-3BA6-4BB8-8D85-F8893C848576}" ShortID="447285032">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="2"/>
+								<Property Name="FadeTime" Type="Real64" Value="0.2"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_wpn_bubbleGun_projectile" ID="{D8503B8F-5FC1-4FDF-8A28-5EB2CFD8F27F}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_wpn_bubblegun_projectile" ID="{C567D145-A186-404C-97A3-0675E7756C6E}">
+					<ChildrenList>
+						<Action Name="" ID="{E88FF9B7-976D-4A3B-A815-8C610DA00758}" ShortID="1002508510">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_wpn_bubbleGun_projectile" ID="{D8503B8F-5FC1-4FDF-8A28-5EB2CFD8F27F}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 94 - 0
Sounds/wwise_project/Events/AMPS/defenseTurret.wwu

@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{CF19DCBF-DBAF-47EA-BB92-20770380FC6C}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{5D3AE987-B23A-43C3-8065-135D4594325B}">
+	<Events>
+		<WorkUnit Name="defenseTurret" ID="{CF19DCBF-DBAF-47EA-BB92-20770380FC6C}" OwnerID="{5D3AE987-B23A-43C3-8065-135D4594325B}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_int_defenseturret_explosion" ID="{BC484A22-52BD-48A7-958B-8905E405A9DC}">
+					<ChildrenList>
+						<Action Name="" ID="{D5C7C25B-DDCC-4BB9-B105-1E7E362FC02D}" ShortID="553150482">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_defenseTurret_explosion" ID="{5848429B-B863-47A3-8F71-31B472D526FF}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+						<Action Name="" ID="{8A02BE52-BAD5-404B-8AE5-72177C038C68}" ShortID="720879175">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="41"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="stop_sx_int_defenseturret_projectile" ID="{ADF03BF2-DAFD-4FA1-BAC6-6CEC22FD0EFD}" WorkUnitID="{CF19DCBF-DBAF-47EA-BB92-20770380FC6C}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_int_defenseturret_projectile" ID="{445FBCD9-FCA2-41BE-B2E0-FF4E640AAC7B}">
+					<ChildrenList>
+						<Action Name="" ID="{B74B6AD9-069F-41A0-8477-4F2F152DD374}" ShortID="7506059">
+							<PropertyList>
+								<Property Name="FadeTime" Type="Real64" Value="0.2"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_defenseTurret_projectileLoop" ID="{D07EF289-6771-4D6A-BAB6-DA5C6D669922}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+						<Action Name="" ID="{E5562F28-B18F-48CC-A7AB-7A34134DE6A9}" ShortID="803697822">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="36"/>
+								<Property Name="FadeTime" Type="Real64" Value="0.2"/>
+								<Property Name="SeekPercent" Type="Real64" Value="50">
+									<ModifierList>
+										<ModifierInfo>
+											<Modifier Name="" ID="{601D5F8C-C327-4215-9149-16EB6E21BA6A}">
+												<PropertyList>
+													<Property Name="Enabled" Type="bool" Value="True"/>
+													<Property Name="Max" Type="Real64" Value="40"/>
+													<Property Name="Min" Type="Real64" Value="-50"/>
+												</PropertyList>
+											</Modifier>
+										</ModifierInfo>
+									</ModifierList>
+								</Property>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_defenseTurret_projectileLoop" ID="{D07EF289-6771-4D6A-BAB6-DA5C6D669922}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_int_defenseturret_shot" ID="{DB3FD57F-2912-411A-A8C7-B803677A0908}">
+					<ChildrenList>
+						<Action Name="" ID="{BCF895CE-0FA3-4C66-BAEC-C5CC0A81C0F4}" ShortID="313185842">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_defenseTurret_shot" ID="{26EFE111-B99D-40A0-9332-5B788083104E}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="stop_sx_int_defenseturret_projectile" ID="{ADF03BF2-DAFD-4FA1-BAC6-6CEC22FD0EFD}">
+					<ChildrenList>
+						<Action Name="" ID="{A7A27179-1CC9-4277-9C4A-67F503EF42D3}" ShortID="691808380">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="2"/>
+								<Property Name="FadeTime" Type="Real64" Value="0.2"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_defenseTurret_projectileLoop" ID="{D07EF289-6771-4D6A-BAB6-DA5C6D669922}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 60 - 0
Sounds/wwise_project/Events/AMPS/energyBallTrap.wwu

@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{8582AA88-0A9A-4FEC-BCB9-77D0CA9E8774}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{5D3AE987-B23A-43C3-8065-135D4594325B}">
+	<Events>
+		<WorkUnit Name="energyBallTrap" ID="{8582AA88-0A9A-4FEC-BCB9-77D0CA9E8774}" OwnerID="{5D3AE987-B23A-43C3-8065-135D4594325B}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_int_energyballtrap_impact" ID="{4BD8BF4B-C265-4D3D-A9F5-00BA8DBF3173}">
+					<ChildrenList>
+						<Action Name="" ID="{5BABD659-278C-48DA-84EA-6405F7E20885}" ShortID="400091114">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_energyBallTrap_impact" ID="{70E8307B-25EA-4A9F-8569-959ED06A13CB}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="stop_sx_int_energyballtrap_projectile" ID="{3714147F-B604-47AA-87DE-0B70D2AE676F}">
+					<ChildrenList>
+						<Action Name="" ID="{7FB106EA-03E9-4016-BA24-E6923DA0D51F}" ShortID="686360877">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="2"/>
+								<Property Name="FadeTime" Type="Real64" Value="0.1"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_energyBallTrap_projectile" ID="{6532E75E-4F40-4806-8BC9-24CE451B2221}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_int_energyballtrap_buildup" ID="{E26765DC-56E5-444D-BA2E-6084A800C1EF}">
+					<ChildrenList>
+						<Action Name="" ID="{F6D72A11-88DB-425D-A30E-6BD6A3F0F637}" ShortID="849759192">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_energyBallTrap_buildup" ID="{13873A13-8973-4020-9FFB-501BD5BA5865}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_int_energyballtrap_projectile" ID="{4C9F5296-5B71-4CC3-8E72-63D2B8BEBAD9}">
+					<ChildrenList>
+						<Action Name="" ID="{C08664F7-3F9F-4C68-AC9A-1B3BC0BFA70A}" ShortID="187484371">
+							<PropertyList>
+								<Property Name="FadeTime" Type="Real64" Value="0.1"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_energyBallTrap_projectile" ID="{6532E75E-4F40-4806-8BC9-24CE451B2221}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 20 - 0
Sounds/wwise_project/Events/AMPS/energyCollector.wwu

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{CEF4021F-03AE-4DDA-949A-BDB8971DCFF5}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{5D3AE987-B23A-43C3-8065-135D4594325B}">
+	<Events>
+		<WorkUnit Name="energyCollector" ID="{CEF4021F-03AE-4DDA-949A-BDB8971DCFF5}" OwnerID="{5D3AE987-B23A-43C3-8065-135D4594325B}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_int_energycollector_explosion" ID="{E0E34EE2-738E-4E96-BF07-6FEBB42C3C2E}">
+					<ChildrenList>
+						<Action Name="" ID="{3378EAF7-B8DD-472F-B67E-2A2C0FDE28AA}" ShortID="102418540">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_energyCollector_explosion" ID="{F7B977C9-5A5B-4A1F-AB64-F730DAD37337}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 20 - 0
Sounds/wwise_project/Events/AMPS/gem.wwu

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{C20EA863-07E6-4A2C-89BA-3D26CC43CD3B}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{5D3AE987-B23A-43C3-8065-135D4594325B}">
+	<Events>
+		<WorkUnit Name="gem" ID="{C20EA863-07E6-4A2C-89BA-3D26CC43CD3B}" OwnerID="{5D3AE987-B23A-43C3-8065-135D4594325B}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_int_gem_pickup" ID="{D9D7B8A3-6812-451E-93C5-896700291A0B}">
+					<ChildrenList>
+						<Action Name="" ID="{9993FE6A-4D10-4B82-9BEF-7A54E61270DF}" ShortID="1006310010">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_gem_pickup" ID="{E9B2A017-63F2-4AE9-A4F8-838FE3D42176}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 20 - 0
Sounds/wwise_project/Events/AMPS/jumpPad.wwu

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{2C09436E-B583-476D-A489-8C05E146D2F1}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{5D3AE987-B23A-43C3-8065-135D4594325B}">
+	<Events>
+		<WorkUnit Name="jumpPad" ID="{2C09436E-B583-476D-A489-8C05E146D2F1}" OwnerID="{5D3AE987-B23A-43C3-8065-135D4594325B}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_int_jumppad_launch" ID="{4BE8A9A4-5EEE-4ACC-B314-F1D626BD46C7}">
+					<ChildrenList>
+						<Action Name="" ID="{57259460-E87A-49F2-9728-4CA5F3AE6078}" ShortID="646193284">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_jumpPad_launch" ID="{715FC78B-4F25-4B37-B15F-8B41ED56110F}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 31 - 0
Sounds/wwise_project/Events/AMPS/laserPistol.wwu

@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{127FA651-B259-4F86-BC4D-A900F3A4CCA2}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{E8F53651-A80E-47A5-A3D1-FE5D411A6327}">
+	<Events>
+		<WorkUnit Name="laserPistol" ID="{127FA651-B259-4F86-BC4D-A900F3A4CCA2}" OwnerID="{E8F53651-A80E-47A5-A3D1-FE5D411A6327}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_wpn_laserpistol_fire" ID="{FA50B607-E2A8-4E18-B8FC-632C1F353C41}">
+					<ChildrenList>
+						<Action Name="" ID="{F7A30C49-AEA2-40FB-8D59-350A1344F6AB}" ShortID="739416967">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_wpn_laserPistol_fire" ID="{D55766D9-8B30-4D32-9612-42FD1E4B2516}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_wpn_laserpistol_impact" ID="{1F0C155E-EB14-46A5-BE41-909ADC4D0F10}">
+					<ChildrenList>
+						<Action Name="" ID="{31B2641D-0460-4005-8549-A889AE9E1812}" ShortID="838534489">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_wpn_laserPistol_impact" ID="{DBBF91A6-47A0-46AE-89BB-CC62BD1D96A0}" WorkUnitID="{E7BC4DB7-8D31-45C6-97F3-4FD3BB654AC0}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 140 - 0
Sounds/wwise_project/Events/AMPS/shieldGenerator.wwu

@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{D49A7F17-5E56-4DE2-816D-4286ED6A3BE2}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{5D3AE987-B23A-43C3-8065-135D4594325B}">
+	<Events>
+		<WorkUnit Name="shieldGenerator" ID="{D49A7F17-5E56-4DE2-816D-4286ED6A3BE2}" OwnerID="{5D3AE987-B23A-43C3-8065-135D4594325B}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_int_malfunctioningshieldgenerator_buildup" ID="{14C1E7BF-5B9E-43FF-8083-618230E2B7B8}">
+					<ChildrenList>
+						<Action Name="" ID="{A8FE24AA-051F-4471-AC7B-253CDA898514}" ShortID="205586822">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_malfunctioningShieldGenerator_buildUp" ID="{62399925-3AE3-499B-AB20-D8FF1037A822}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_int_malfunctioningshieldgenerator_idle" ID="{8D875A6A-108D-4C08-9A16-851A7A80EA24}">
+					<ChildrenList>
+						<Action Name="" ID="{6BDAFBC2-05B1-490F-8CFC-112C7761CACD}" ShortID="997584170">
+							<PropertyList>
+								<Property Name="FadeTime" Type="Real64" Value="0.1"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+						<Action Name="" ID="{CA39850E-7BDB-4A34-90E1-F2F882682C0C}" ShortID="357455969">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="36"/>
+								<Property Name="SeekPercent" Type="Real64" Value="50">
+									<ModifierList>
+										<ModifierInfo>
+											<Modifier Name="" ID="{39B5BB1D-8A46-437B-85CA-4A1C2EADE40C}">
+												<PropertyList>
+													<Property Name="Enabled" Type="bool" Value="True"/>
+													<Property Name="Max" Type="Real64" Value="40"/>
+													<Property Name="Min" Type="Real64" Value="-50"/>
+												</PropertyList>
+											</Modifier>
+										</ModifierInfo>
+									</ModifierList>
+								</Property>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_int_malfunctioningshieldgenerator_explo" ID="{A910A681-E6E6-47EF-9061-B9753C009A61}">
+					<ChildrenList>
+						<Action Name="" ID="{E99C5AA4-277F-4D59-BA82-95573711373E}" ShortID="287725219">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_env_malfunctioningShieldGenerator_explo" ID="{2410C97F-A77F-44A3-A2A8-89515CC19CDC}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+						<Action Name="" ID="{4BC2142E-AA7E-41F0-A4E2-336C0ED62181}" ShortID="592893929">
+							<PropertyList>
+								<Property Name="AbsoluteOrRelative" Type="int16" Value="1"/>
+								<Property Name="ActionType" Type="int16" Value="12"/>
+								<Property Name="FadeInCurve" Type="int16" Value="1"/>
+								<Property Name="FadeTime" Type="Real64" Value="2"/>
+								<Property Name="Volume" Type="Real64" Value="-12"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+						<Action Name="" ID="{E51425A8-4870-4304-ACA2-83D5F32BF986}" ShortID="786633629">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="16"/>
+								<Property Name="Delay" Type="Real64" Value="2"/>
+								<Property Name="FadeOutCurve" Type="int16" Value="6"/>
+								<Property Name="FadeTime" Type="Real64" Value="1"/>
+								<Property Name="Volume" Type="Real64" Value="-6"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+						<Action Name="" ID="{E7E7B892-065E-4A71-B167-B80B6F6AE07B}" ShortID="528820851">
+							<PropertyList>
+								<Property Name="AbsoluteOrRelative" Type="int16" Value="1"/>
+								<Property Name="ActionType" Type="int16" Value="13"/>
+								<Property Name="FadeInCurve" Type="int16" Value="1"/>
+								<Property Name="FadeTime" Type="Real64" Value="0.5"/>
+								<Property Name="Pitch" Type="int32" Value="-1200"/>
+								<Property Name="Volume" Type="Real64" Value="-12"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+						<Action Name="" ID="{D8CA4CEC-9E8D-4E40-BA65-A578A2A32B9E}" ShortID="797702470">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="18"/>
+								<Property Name="Delay" Type="Real64" Value="2"/>
+								<Property Name="FadeOutCurve" Type="int16" Value="6"/>
+								<Property Name="FadeTime" Type="Real64" Value="1"/>
+								<Property Name="Volume" Type="Real64" Value="-6"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="stop_sx_int_malfunctioningshieldgenerator_idle" ID="{6E863577-C6E8-4563-BA13-E739D818DF44}">
+					<ChildrenList>
+						<Action Name="" ID="{6ECBCFB5-299A-4916-8F5A-9CCC69383E91}" ShortID="993264331">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="2"/>
+								<Property Name="FadeTime" Type="Real64" Value="0.2"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_malfunctioningShieldGenerator_idle" ID="{9296EE8C-3BD6-4B3F-A169-EA06BE7E2C0C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 20 - 0
Sounds/wwise_project/Events/AMPS/speedPowerup.wwu

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{B1170A6B-47FE-44B4-AB4C-58C64DC49DFF}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{5D3AE987-B23A-43C3-8065-135D4594325B}">
+	<Events>
+		<WorkUnit Name="speedPowerup" ID="{B1170A6B-47FE-44B4-AB4C-58C64DC49DFF}" OwnerID="{5D3AE987-B23A-43C3-8065-135D4594325B}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_int_speedpowerup_activate" ID="{49F0677E-6B5C-45B1-8232-E6E85515BA45}">
+					<ChildrenList>
+						<Action Name="" ID="{32D73D1B-5129-40D6-AE34-28CAD0316738}" ShortID="150997390">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_speedPowerup_activate" ID="{2861C38A-4BB1-4D86-9236-C9503774B5C6}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 68 - 0
Sounds/wwise_project/Events/AMPS/teleporter.wwu

@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{9280D571-E077-4273-BE2F-92C4E42F8DF1}" SchemaVersion="103" RootDocumentID="{5EB6A947-AE29-4177-BEA7-75AF5B08CEB0}" ParentDocumentID="{5D3AE987-B23A-43C3-8065-135D4594325B}">
+	<Events>
+		<WorkUnit Name="teleporter" ID="{9280D571-E077-4273-BE2F-92C4E42F8DF1}" OwnerID="{5D3AE987-B23A-43C3-8065-135D4594325B}" PersistMode="Nested">
+			<ChildrenList>
+				<Event Name="play_sx_int_teleporter_activate" ID="{3C5F4354-C671-41F4-A1E2-6B5777C87900}">
+					<ChildrenList>
+						<Action Name="" ID="{2B73797E-BE01-4561-BC0D-FDB121A50805}" ShortID="713534394">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_teleporter_activate" ID="{1FDF3977-BF55-431F-BF82-01497FE2688C}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="play_sx_int_teleporter_idle" ID="{8F688EFE-210A-46A8-963C-00FF3FA7A1EB}">
+					<ChildrenList>
+						<Action Name="" ID="{1B5305A6-F2E7-4F05-B1A6-432958822A0F}" ShortID="460735492">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_teleporter_loop" ID="{D7945CD0-C24B-464C-AD49-BB6C722139B2}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+						<Action Name="" ID="{ACF03B52-C0BC-4890-95DD-374B657A302A}" ShortID="24364970">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="36"/>
+								<Property Name="SeekPercent" Type="Real64">
+									<ModifierList>
+										<ModifierInfo>
+											<Modifier Name="" ID="{2FABFBD2-BA95-4DDA-B893-B2CA5328432E}">
+												<PropertyList>
+													<Property Name="Enabled" Type="bool" Value="True"/>
+													<Property Name="Max" Type="Real64" Value="40"/>
+													<Property Name="Min" Type="Real64" Value="-50"/>
+												</PropertyList>
+											</Modifier>
+										</ModifierInfo>
+									</ModifierList>
+								</Property>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_teleporter_loop" ID="{D7945CD0-C24B-464C-AD49-BB6C722139B2}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+				<Event Name="stop_sx_int_teleporter_idle" ID="{09E442B7-D17C-4E77-A6AC-16483F2C91E9}">
+					<ChildrenList>
+						<Action Name="" ID="{2B7EF360-068A-4BD4-B9E0-B94EA8D46E45}" ShortID="455138360">
+							<PropertyList>
+								<Property Name="ActionType" Type="int16" Value="2"/>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="sx_int_teleporter_loop" ID="{D7945CD0-C24B-464C-AD49-BB6C722139B2}" WorkUnitID="{91FC1C7C-6270-4F53-848A-9AD118F4D59E}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
+			</ChildrenList>
+		</WorkUnit>
+	</Events>
+</WwiseDocument>

+ 2 - 2
Sounds/wwise_project/GeneratedSoundBanks/Windows/Init.bnk

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:cd174d7ca3c76e2fc92ae87d7ba1aa5dbd4154cbe95d3cffc48c5c4ccc13cbd3
-size 2311
+oid sha256:2805f3c30abe275ecec872800ecf58f7264a0a96e1674b4a2625477587e31d43
+size 2406

+ 2 - 2
Sounds/wwise_project/GeneratedSoundBanks/Windows/MultiplayerSample_SoundBank.bnk

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:1aa8975c3de6dd0011f9465387f8e30e144f89af31db65f17c3099ee4a4ffb51
-size 50096843
+oid sha256:e26efb95f47ba277d16fec0b7ce36c9b04ebcd836ace81782c64a13b9419f7de
+size 63086512

+ 31 - 0
Sounds/wwise_project/Master-Mixer Hierarchy/AMPS/Mixer_Main.wwu

@@ -171,6 +171,37 @@
 											<ObjectLists/>
 										</Bus>
 									</ChildrenList>
+									<StateInfo>
+										<StateGroupList>
+											<StateGroupInfo>
+												<StateGroupRef Name="Game" ID="{303C1F26-1ECA-47C1-BD03-038AA16C4A1B}"/>
+											</StateGroupInfo>
+										</StateGroupList>
+										<CustomStateList>
+											<CustomState>
+												<StateRef Name="Gameplay" ID="{A4B2D308-EF32-4565-833E-C0C0062F28C9}"/>
+												<CustomState Name="" ID="{8468892E-7772-44FD-9F7E-67010B49D7E6}" ShortID="664957684"/>
+											</CustomState>
+											<CustomState>
+												<StateRef Name="FrontEnd" ID="{6A6B4BC1-F9CB-4834-AAFE-EA9A0C8307C7}"/>
+												<CustomState Name="" ID="{0D338605-5B15-4713-950A-0001CD3B4460}" ShortID="575895682">
+													<PropertyList>
+														<Property Name="BusVolume" Type="Real64" Value="-108"/>
+													</PropertyList>
+												</CustomState>
+											</CustomState>
+											<CustomState>
+												<StateRef Name="Menu" ID="{585613D8-7829-497D-AF5F-001E3800B2A0}"/>
+												<CustomState Name="" ID="{8E7E32E5-F9EB-4B46-B03A-34473CC079B2}" ShortID="906458109">
+													<PropertyList>
+														<Property Name="BusVolume" Type="Real64" Value="-6"/>
+														<Property Name="Highpass" Type="int16" Value="26"/>
+														<Property Name="Lowpass" Type="int16" Value="30"/>
+													</PropertyList>
+												</CustomState>
+											</CustomState>
+										</CustomStateList>
+									</StateInfo>
 									<ObjectLists/>
 								</Bus>
 							</ChildrenList>

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_01.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:892ba6a3d92b1f109877a4747483d9487691db653fd938c09858c347a6f26bc2
+size 878390

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_02.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e9df0299ba070bc48442a8ed7bb66b8a7311fb7797e9849a03ff9ccd8a732eba
+size 951638

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_03.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cc694b234a879e684916d205d03ddf2134406525a2b2e1ee07499ff9b9eb24eb
+size 923168

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_04.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c11d42af583d5cfc10fa769d88e964afa9e8f5c1722e134d1f0862b1357a24c2
+size 961244

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_05.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ab207e56ccbd3a4491f7114aa0cb20eb4281595ffaab29be855238afc5d800bf
+size 829412

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_explosion_06.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7ef35e2715f1cb70a16e44f0df38eb52f10c5d1e807d514e531412d79c1327a5
+size 875678

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_01.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:852d0c22b80c2dc67e0114d2c73e2f41f5bd7e2f27904e3153779d1a66a0de67
+size 2040386

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_02.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:318f5dba6121eaff48e75ecaf6201c97d132ac7b91235dcc3aed9673960882d0
+size 2086004

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_03.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:61673576d118352f3fd980ab981dc0ef4b0a3076b51cff6f06b0e5d9a9ef0ac1
+size 2032238

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_04.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:750dd88d85a06e7051183391950573933ceb4f6833f760056597320717690e1c
+size 2036594

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_05.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4aa8257672b70d0b9818a29b5af40a99054f07c331df8efd18ccb288aa6338df
+size 2041616

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_projectileLoop_06.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:104f2309ecfab0be88e836b48a93bc6f1fcd7e6c982a96e3afbbd382e3ae9e62
+size 2048072

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_01.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f3014c635cfcb60ba576142f43f8c81e9abaa3616e981a0e282f08f31408634c
+size 876554

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_02.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69540ba28e2cfd9993d2536b9b05162b9ae78a803aef3d1bc735b94209c4059b
+size 837428

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_03.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:27caabaf5daec21f21e3fc4d383d0e3b5e6c00948f3c484a90a81a8f15d6138d
+size 924800

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_04.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72523c9d3b2ba28abf44c8deb45765a0d6a7f408a7e2e6195c525411e88c2e51
+size 843890

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_05.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4f7b72c262fe2f08216fcdec947b1193fee34dabdcef97d9c5001301f69aa02
+size 852188

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/defenseTurret/sx_int_defenseTurret_shot_06.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:10a492055994c417f622f6b864b718c90f666bd07b70be6bba4023cad361a60d
+size 816116

+ 3 - 0
Sounds/wwise_project/Originals/SFX/Hexany/speedPowerup/sx_int_speedPowerup_activate_01.wav

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:42665552ab7cf5edcd74986969cabc42c97548cc23c590ebe0a70d30d4e710e6
+size 743870

+ 17 - 7
Sounds/wwise_project/Soundcaster Sessions/Default Work Unit.wwu

@@ -6,7 +6,7 @@
 				<SoundcasterSession Name="SCS_Hexany" ID="{4977E544-DDD0-4520-B491-11810538F1D0}">
 					<ModuleList>
 						<Module>
-							<ObjectRef Name="play_sx_int_malfunctioningshieldgenerator_idle" ID="{8D875A6A-108D-4C08-9A16-851A7A80EA24}" WorkUnitID="{5D3AE987-B23A-43C3-8065-135D4594325B}"/>
+							<ObjectRef Name="play_sx_int_malfunctioningshieldgenerator_idle" ID="{8D875A6A-108D-4C08-9A16-851A7A80EA24}" WorkUnitID="{D49A7F17-5E56-4DE2-816D-4286ED6A3BE2}"/>
 							<Position X="0" Y="0"/>
 						</Module>
 						<Module>
@@ -14,23 +14,31 @@
 							<Position X="0" Y="2"/>
 						</Module>
 						<Module>
-							<ObjectRef Name="play_sx_int_malfunctioningshieldgenerator_explo" ID="{A910A681-E6E6-47EF-9061-B9753C009A61}" WorkUnitID="{5D3AE987-B23A-43C3-8065-135D4594325B}"/>
+							<ObjectRef Name="play_sx_int_defenseturret_projectile" ID="{445FBCD9-FCA2-41BE-B2E0-FF4E640AAC7B}" WorkUnitID="{CF19DCBF-DBAF-47EA-BB92-20770380FC6C}"/>
+							<Position X="0" Y="4"/>
+						</Module>
+						<Module>
+							<ObjectRef Name="play_sx_int_malfunctioningshieldgenerator_explo" ID="{A910A681-E6E6-47EF-9061-B9753C009A61}" WorkUnitID="{D49A7F17-5E56-4DE2-816D-4286ED6A3BE2}"/>
 							<Position X="1" Y="0"/>
 						</Module>
 						<Module>
 							<ObjectRef Name="play_sx_env_lamp_loop" ID="{0886768C-CEF7-4F54-BBDE-690BFC89B2AB}" WorkUnitID="{60C2233B-F472-46D2-9B6E-A898FA28885E}"/>
 							<Position X="1" Y="2"/>
 						</Module>
+						<Module>
+							<ObjectRef Name="stop_sx_int_defenseturret_projectile" ID="{ADF03BF2-DAFD-4FA1-BAC6-6CEC22FD0EFD}" WorkUnitID="{CF19DCBF-DBAF-47EA-BB92-20770380FC6C}"/>
+							<Position X="1" Y="4"/>
+						</Module>
 						<Module>
 							<ObjectRef Name="play_sx_player_footstep" ID="{1FFADD80-2B41-4080-BCCC-C50E8E9F54A4}" WorkUnitID="{6146481B-5849-48AD-9DBA-B2D263C55E44}"/>
 							<Position X="2" Y="1"/>
 						</Module>
 						<Module>
-							<ObjectRef Name="play_sx_wpn_bubblegun_fire" ID="{624DC077-3E40-4059-8E74-18F4F7782353}" WorkUnitID="{E8F53651-A80E-47A5-A3D1-FE5D411A6327}"/>
+							<ObjectRef Name="play_sx_wpn_bubblegun_fire" ID="{624DC077-3E40-4059-8E74-18F4F7782353}" WorkUnitID="{5006F684-C70B-4BF6-9E09-86C6532756E0}"/>
 							<Position X="2" Y="2"/>
 						</Module>
 						<Module>
-							<ObjectRef Name="play_sx_wpn_laserpistol_fire" ID="{FA50B607-E2A8-4E18-B8FC-632C1F353C41}" WorkUnitID="{E8F53651-A80E-47A5-A3D1-FE5D411A6327}"/>
+							<ObjectRef Name="play_sx_wpn_laserpistol_fire" ID="{FA50B607-E2A8-4E18-B8FC-632C1F353C41}" WorkUnitID="{127FA651-B259-4F86-BC4D-A900F3A4CCA2}"/>
 							<Position X="2" Y="3"/>
 						</Module>
 						<Module>
@@ -38,11 +46,11 @@
 							<Position X="3" Y="1"/>
 						</Module>
 						<Module>
-							<ObjectRef Name="play_sx_int_energycollector_explosion" ID="{E0E34EE2-738E-4E96-BF07-6FEBB42C3C2E}" WorkUnitID="{5D3AE987-B23A-43C3-8065-135D4594325B}"/>
+							<ObjectRef Name="play_sx_int_energycollector_explosion" ID="{E0E34EE2-738E-4E96-BF07-6FEBB42C3C2E}" WorkUnitID="{CEF4021F-03AE-4DDA-949A-BDB8971DCFF5}"/>
 							<Position X="3" Y="2"/>
 						</Module>
 						<Module>
-							<ObjectRef Name="play_sx_int_malfunctioningshieldgenerator_explo" ID="{A910A681-E6E6-47EF-9061-B9753C009A61}" WorkUnitID="{5D3AE987-B23A-43C3-8065-135D4594325B}"/>
+							<ObjectRef Name="play_sx_int_malfunctioningshieldgenerator_explo" ID="{A910A681-E6E6-47EF-9061-B9753C009A61}" WorkUnitID="{D49A7F17-5E56-4DE2-816D-4286ED6A3BE2}"/>
 							<Position X="3" Y="3"/>
 						</Module>
 					</ModuleList>
@@ -104,7 +112,9 @@
 							<Value>1</Value>
 						</RTPCValue>
 					</RTPCValueList>
-					<CurrentStateList ShowAll="true"/>
+					<CurrentStateList ShowAll="true">
+						<CurrentStateRef Name="None" ID="{C285CE40-D480-4E2C-921B-47BB767EF7EA}"/>
+					</CurrentStateList>
 					<CurrentSwitchList ShowAll="true">
 						<CurrentSwitchRef Name="Concrete" ID="{B14FAA96-8A3C-4226-A4DC-B002918E495B}"/>
 					</CurrentSwitchList>

+ 17 - 0
Sounds/wwise_project/States/AMPS/States.wwu

@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WwiseDocument Type="WorkUnit" ID="{F466FCAE-09E7-4E01-95AD-F2A7142F6B1F}" SchemaVersion="103">
+	<States>
+		<WorkUnit Name="States" ID="{F466FCAE-09E7-4E01-95AD-F2A7142F6B1F}" PersistMode="Standalone">
+			<ChildrenList>
+				<StateGroup Name="Game" ID="{303C1F26-1ECA-47C1-BD03-038AA16C4A1B}">
+					<ChildrenList>
+						<State Name="None" ID="{C285CE40-D480-4E2C-921B-47BB767EF7EA}"/>
+						<State Name="Gameplay" ID="{A4B2D308-EF32-4565-833E-C0C0062F28C9}"/>
+						<State Name="FrontEnd" ID="{6A6B4BC1-F9CB-4834-AAFE-EA9A0C8307C7}"/>
+						<State Name="Menu" ID="{585613D8-7829-497D-AF5F-001E3800B2A0}"/>
+					</ChildrenList>
+				</StateGroup>
+			</ChildrenList>
+		</WorkUnit>
+	</States>
+</WwiseDocument>

+ 3 - 0
Sounds/wwise_project/wwise_project.wproj

@@ -10312,6 +10312,9 @@
 				<PhysicalFolder Path="States">
 					<WorkUnit Name="States" ID="{59A9E7B9-61C9-461A-A96F-4997B541A59C}" PersistMode="Standalone"/>
 				</PhysicalFolder>
+				<PhysicalFolder Path="States\AMPS">
+					<WorkUnit Name="AMPS" ID="{728A307D-9776-4B5C-A883-77281AC6FB98}" PersistMode="Standalone"/>
+				</PhysicalFolder>
 				<PhysicalFolder Path="Switches">
 					<WorkUnit Name="Switches" ID="{CB6175F1-6080-4A23-92EF-0807E304D0C1}" PersistMode="Standalone"/>
 				</PhysicalFolder>

+ 49 - 18
libs/gameaudio/wwise/multiplayersample_controls.xml

@@ -30,6 +30,18 @@
 		<ATLTrigger atl_name="Play_Sound_Gun_Firing" path="z_placeholders">
 			<WwiseEvent wwise_name="Play_Sound_Gun_Firing"/>
 		</ATLTrigger>
+		<ATLTrigger atl_name="set_state_game_none" path="Events/_Globals/States/Game">
+			<WwiseEvent wwise_name="set_state_game_none"/>
+		</ATLTrigger>
+		<ATLTrigger atl_name="set_state_game_menu" path="Events/_Globals/States/Game">
+			<WwiseEvent wwise_name="set_state_game_menu"/>
+		</ATLTrigger>
+		<ATLTrigger atl_name="set_state_game_gameplay" path="Events/_Globals/States/Game">
+			<WwiseEvent wwise_name="set_state_game_gameplay"/>
+		</ATLTrigger>
+		<ATLTrigger atl_name="set_state_game_frontend" path="Events/_Globals/States/Game">
+			<WwiseEvent wwise_name="set_state_game_frontend"/>
+		</ATLTrigger>
 		<ATLTrigger atl_name="stop_sx_env_lamp_loop" path="Events/SX/LVL">
 			<WwiseEvent wwise_name="stop_sx_env_lamp_loop"/>
 		</ATLTrigger>
@@ -45,9 +57,6 @@
 		<ATLTrigger atl_name="play_sx_player_pain" path="Events/SX/PLAYER">
 			<WwiseEvent wwise_name="play_sx_player_pain"/>
 		</ATLTrigger>
-		<ATLTrigger atl_name="play_sx_player_ladder_climb" path="Events/SX/PLAYER">
-			<WwiseEvent wwise_name="play_sx_player_ladder_climb"/>
-		</ATLTrigger>
 		<ATLTrigger atl_name="play_sx_player_knockdown" path="Events/SX/PLAYER">
 			<WwiseEvent wwise_name="play_sx_player_knockdown"/>
 		</ATLTrigger>
@@ -63,9 +72,6 @@
 		<ATLTrigger atl_name="play_sx_player_armor_breaking" path="Events/SX/PLAYER">
 			<WwiseEvent wwise_name="play_sx_player_armor_breaking"/>
 		</ATLTrigger>
-		<ATLTrigger atl_name="play_sx_ui_game_shutdown" path="Events/SX/UI">
-			<WwiseEvent wwise_name="play_sx_ui_game_shutdown"/>
-		</ATLTrigger>
 		<ATLTrigger atl_name="play_sx_ui_game_round_start" path="Events/SX/UI">
 			<WwiseEvent wwise_name="play_sx_ui_game_round_start"/>
 		</ATLTrigger>
@@ -93,15 +99,9 @@
 		<ATLTrigger atl_name="play_sx_wpn_bubblegun_projectile" path="Events/SX/WPN/bubbleGun">
 			<WwiseEvent wwise_name="play_sx_wpn_bubblegun_projectile"/>
 		</ATLTrigger>
-		<ATLTrigger atl_name="play_sx_wpn_bubblegun_impact" path="Events/SX/WPN/bubbleGun">
-			<WwiseEvent wwise_name="play_sx_wpn_bubblegun_impact"/>
-		</ATLTrigger>
 		<ATLTrigger atl_name="play_sx_wpn_bubblegun_fire" path="Events/SX/WPN/bubbleGun">
 			<WwiseEvent wwise_name="play_sx_wpn_bubblegun_fire"/>
 		</ATLTrigger>
-		<ATLTrigger atl_name="play_sx_wpn_bubblegun_buildup" path="Events/SX/WPN/bubbleGun">
-			<WwiseEvent wwise_name="play_sx_wpn_bubblegun_buildup"/>
-		</ATLTrigger>
 		<ATLTrigger atl_name="play_sx_wpn_bubblegun_ready" path="Events/SX/WPN/bubbleGun">
 			<WwiseEvent wwise_name="play_sx_wpn_bubblegun_ready"/>
 		</ATLTrigger>
@@ -114,6 +114,21 @@
 		<ATLTrigger atl_name="play_sx_wpn_laserpistol_fire" path="Events/SX/WPN/laserPistol">
 			<WwiseEvent wwise_name="play_sx_wpn_laserpistol_fire"/>
 		</ATLTrigger>
+		<ATLTrigger atl_name="play_sx_int_speedpowerup_activate" path="Events/SX/INT/speedPowerup">
+			<WwiseEvent wwise_name="play_sx_int_speedpowerup_activate"/>
+		</ATLTrigger>
+		<ATLTrigger atl_name="stop_sx_int_defenseturret_projectile" path="Events/SX/INT/defenseTurret">
+			<WwiseEvent wwise_name="stop_sx_int_defenseturret_projectile"/>
+		</ATLTrigger>
+		<ATLTrigger atl_name="play_sx_int_defenseturret_projectile" path="Events/SX/INT/defenseTurret">
+			<WwiseEvent wwise_name="play_sx_int_defenseturret_projectile"/>
+		</ATLTrigger>
+		<ATLTrigger atl_name="play_sx_int_defenseturret_shot" path="Events/SX/INT/defenseTurret">
+			<WwiseEvent wwise_name="play_sx_int_defenseturret_shot"/>
+		</ATLTrigger>
+		<ATLTrigger atl_name="play_sx_int_defenseturret_explosion" path="Events/SX/INT/defenseTurret">
+			<WwiseEvent wwise_name="play_sx_int_defenseturret_explosion"/>
+		</ATLTrigger>
 		<ATLTrigger atl_name="stop_sx_int_teleporter_idle" path="Events/SX/INT/teleporter">
 			<WwiseEvent wwise_name="stop_sx_int_teleporter_idle"/>
 		</ATLTrigger>
@@ -147,15 +162,9 @@
 		<ATLTrigger atl_name="play_sx_int_energycollector_explosion" path="Events/SX/INT/energyballTrap">
 			<WwiseEvent wwise_name="play_sx_int_energycollector_explosion"/>
 		</ATLTrigger>
-		<ATLTrigger atl_name="play_sx_int_energyballtrap_rising" path="Events/SX/INT/energyballTrap">
-			<WwiseEvent wwise_name="play_sx_int_energyballtrap_rising"/>
-		</ATLTrigger>
 		<ATLTrigger atl_name="play_sx_int_energyballtrap_projectile" path="Events/SX/INT/energyballTrap">
 			<WwiseEvent wwise_name="play_sx_int_energyballtrap_projectile"/>
 		</ATLTrigger>
-		<ATLTrigger atl_name="play_sx_int_energyballtrap_oncooldown" path="Events/SX/INT/energyballTrap">
-			<WwiseEvent wwise_name="play_sx_int_energyballtrap_oncooldown"/>
-		</ATLTrigger>
 		<ATLTrigger atl_name="play_sx_int_energyballtrap_impact" path="Events/SX/INT/energyballTrap">
 			<WwiseEvent wwise_name="play_sx_int_energyballtrap_impact"/>
 		</ATLTrigger>
@@ -208,6 +217,28 @@
 		</ATLRtpc>
 	</AudioRtpcs>
 	<AudioSwitches>
+		<ATLSwitch atl_name="Game" path="GameSyncs/States">
+			<ATLSwitchState atl_name="FrontEnd">
+				<WwiseState wwise_name="Game">
+					<WwiseValue wwise_name="FrontEnd"/>
+				</WwiseState>
+			</ATLSwitchState>
+			<ATLSwitchState atl_name="Gameplay">
+				<WwiseState wwise_name="Game">
+					<WwiseValue wwise_name="Gameplay"/>
+				</WwiseState>
+			</ATLSwitchState>
+			<ATLSwitchState atl_name="Menu">
+				<WwiseState wwise_name="Game">
+					<WwiseValue wwise_name="Menu"/>
+				</WwiseState>
+			</ATLSwitchState>
+			<ATLSwitchState atl_name="None">
+				<WwiseState wwise_name="Game">
+					<WwiseValue wwise_name="None"/>
+				</WwiseState>
+			</ATLSwitchState>
+		</ATLSwitch>
 		<ATLSwitch atl_name="Surface" path="GameSyncs/Switches/Physics">
 			<ATLSwitchState atl_name="Concrete">
 				<WwiseSwitch wwise_name="Surface">

+ 5713 - 0
scriptcanvas/AudioTester.scriptcanvas

@@ -0,0 +1,5713 @@
+{
+    "Type": "JsonSerialization",
+    "Version": 1,
+    "ClassName": "ScriptCanvasData",
+    "ClassData": {
+        "m_scriptCanvas": {
+            "Id": {
+                "id": 85069896079995
+            },
+            "Name": "Script Canvas Graph",
+            "Components": {
+                "Component_[1183650174845356022]": {
+                    "$type": "EditorGraph",
+                    "Id": 1183650174845356022,
+                    "m_graphData": {
+                        "m_nodes": [
+                            {
+                                "Id": {
+                                    "id": 98934050511483
+                                },
+                                "Name": "SC-Node(Greater)",
+                                "Components": {
+                                    "Component_[10390115562058239569]": {
+                                        "$type": "Greater",
+                                        "Id": 10390115562058239569,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{0258E72F-1C25-4437-8A94-CCA64286DC49}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Result",
+                                                "DisplayDataType": {
+                                                    "m_type": 0
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{C2C48359-3F96-4271-8672-E28D2CEFEBCA}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "toolTip": "Signal to perform the evaluation when desired.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{882245A3-16A3-4A14-9EE9-81D2A5803CB9}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "True",
+                                                "toolTip": "Signaled if the result of the operation is true.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{2990922B-9CC7-402A-AD05-4F7C9EC81159}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "False",
+                                                "toolTip": "Signaled if the result of the operation is false.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{EF2B298C-8332-4805-8E62-987A9A528D36}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Value A",
+                                                "DisplayDataType": {
+                                                    "m_type": 3
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DynamicGroup": {
+                                                    "Value": 3545012108
+                                                },
+                                                "DataType": 1,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{2C4729EC-165A-4F60-8B83-CF62FF3C8E9D}"
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{112A8A76-83C2-4C2E-90F8-B3657FDE110A}"
+                                                },
+                                                "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": 85125730654843
+                                },
+                                "Name": "SC Node(GetVariable)",
+                                "Components": {
+                                    "Component_[10871125983668731145]": {
+                                        "$type": "GetVariableNode",
+                                        "Id": 10871125983668731145,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{F53C31FC-4BAA-4EC0-A74D-25660D65047F}"
+                                                },
+                                                "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": "{F054A29C-E9D9-4AEB-8726-FB6C318D4C25}"
+                                                },
+                                                "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": "{3C7DBE99-18CE-4658-9564-4FD2413BAE68}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "DisplayDataType": {
+                                                    "m_type": 1
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "m_variableId": {
+                                            "m_id": "{BE25183B-D17F-4162-87CB-7C7C80F34115}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{3C7DBE99-18CE-4658-9564-4FD2413BAE68}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 138108447218299
+                                },
+                                "Name": "SC-Node(Less)",
+                                "Components": {
+                                    "Component_[11273597645914793149]": {
+                                        "$type": "Less",
+                                        "Id": 11273597645914793149,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{3E9FE7F5-96E0-472D-A0EC-44671414985A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Result",
+                                                "DisplayDataType": {
+                                                    "m_type": 0
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{65289A65-3081-41A1-AE10-CF969B595BCB}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "toolTip": "Signal to perform the evaluation when desired.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{39F51C5F-1274-4ACB-B7BA-12D862B7F27A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "True",
+                                                "toolTip": "Signaled if the result of the operation is true.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{95E4A42A-DF0C-4074-8467-0EB27C9BE3D8}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "False",
+                                                "toolTip": "Signaled if the result of the operation is false.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{61759EEC-DF03-40C7-A0FC-6D8434D15BEF}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Value A",
+                                                "DisplayDataType": {
+                                                    "m_type": 3
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DynamicGroup": {
+                                                    "Value": 3545012108
+                                                },
+                                                "DataType": 1,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{ADEACF8F-3F75-4709-89E6-C573BBE04225}"
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{5E8EA7A2-7143-4FBC-A231-E33CC67D0F33}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Value B",
+                                                "DisplayDataType": {
+                                                    "m_type": 3
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DynamicGroup": {
+                                                    "Value": 3545012108
+                                                },
+                                                "DataType": 1,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{2C4729EC-165A-4F60-8B83-CF62FF3C8E9D}"
+                                                }
+                                            }
+                                        ],
+                                        "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": 85112845752955
+                                },
+                                "Name": "SC-Node(Less)",
+                                "Components": {
+                                    "Component_[11273597645914793149]": {
+                                        "$type": "Less",
+                                        "Id": 11273597645914793149,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{3E9FE7F5-96E0-472D-A0EC-44671414985A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Result",
+                                                "DisplayDataType": {
+                                                    "m_type": 0
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{65289A65-3081-41A1-AE10-CF969B595BCB}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "toolTip": "Signal to perform the evaluation when desired.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{39F51C5F-1274-4ACB-B7BA-12D862B7F27A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "True",
+                                                "toolTip": "Signaled if the result of the operation is true.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{95E4A42A-DF0C-4074-8467-0EB27C9BE3D8}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "False",
+                                                "toolTip": "Signaled if the result of the operation is false.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{61759EEC-DF03-40C7-A0FC-6D8434D15BEF}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Value A",
+                                                "DisplayDataType": {
+                                                    "m_type": 3
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DynamicGroup": {
+                                                    "Value": 3545012108
+                                                },
+                                                "DataType": 1,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{ADEACF8F-3F75-4709-89E6-C573BBE04225}"
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{5E8EA7A2-7143-4FBC-A231-E33CC67D0F33}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Value B",
+                                                "DisplayDataType": {
+                                                    "m_type": 3
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DynamicGroup": {
+                                                    "Value": 3545012108
+                                                },
+                                                "DataType": 1,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{C087A563-5298-4C3C-8212-272708FE530F}"
+                                                }
+                                            }
+                                        ],
+                                        "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": 85130025622139
+                                },
+                                "Name": "EBusEventHandler",
+                                "Components": {
+                                    "Component_[11529253634771624691]": {
+                                        "$type": "EBusEventHandler",
+                                        "Id": 11529253634771624691,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{FFC90557-9501-4090-8671-F7FFDF71811F}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Connect",
+                                                "toolTip": "Connect this event handler to the specified entity.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{0EDA0A95-F70A-4842-A318-29E729F2E30D}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Disconnect",
+                                                "toolTip": "Disconnect this event handler.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{67ADDE36-866E-4C49-87AF-37CB37C8759C}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "OnConnected",
+                                                "toolTip": "Signaled when a connection has taken place.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{C02EAE21-658C-44F8-8925-2A4BB358FE27}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "OnDisconnected",
+                                                "toolTip": "Signaled when this event handler is disconnected.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{CF03785B-FE76-4DF4-82E1-C93CF603755A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "OnFailure",
+                                                "toolTip": "Signaled when it is not possible to connect this handler.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{B6905C9C-C8DA-49B6-B8C2-5D48428A42DE}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Number",
+                                                "DisplayDataType": {
+                                                    "m_type": 3
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{0D93117C-690A-45E9-8813-5A6870A01004}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "ScriptTimePoint",
+                                                "DisplayDataType": {
+                                                    "m_type": 4,
+                                                    "m_azType": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}"
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{5EB782BE-963C-4B7D-8CB7-5C798CD662BD}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "ExecutionSlot:OnTick",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                },
+                                                "IsLatent": true
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{E60C13FA-2E5B-48B4-9404-A8455A1EBE3A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Number",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{C366415C-F5A9-4142-AEA1-5A484E6CA489}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "ExecutionSlot:GetTickOrder",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                },
+                                                "IsLatent": true
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 3
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "double",
+                                                "value": 0.0,
+                                                "label": "Number"
+                                            }
+                                        ],
+                                        "m_eventMap": [
+                                            {
+                                                "Key": {
+                                                    "Value": 1502188240
+                                                },
+                                                "Value": {
+                                                    "m_eventName": "OnTick",
+                                                    "m_eventId": {
+                                                        "Value": 1502188240
+                                                    },
+                                                    "m_eventSlotId": {
+                                                        "m_id": "{5EB782BE-963C-4B7D-8CB7-5C798CD662BD}"
+                                                    },
+                                                    "m_parameterSlotIds": [
+                                                        {
+                                                            "m_id": "{B6905C9C-C8DA-49B6-B8C2-5D48428A42DE}"
+                                                        },
+                                                        {
+                                                            "m_id": "{0D93117C-690A-45E9-8813-5A6870A01004}"
+                                                        }
+                                                    ],
+                                                    "m_numExpectedArguments": 2
+                                                }
+                                            },
+                                            {
+                                                "Key": {
+                                                    "Value": 1890826333
+                                                },
+                                                "Value": {
+                                                    "m_eventName": "GetTickOrder",
+                                                    "m_eventId": {
+                                                        "Value": 1890826333
+                                                    },
+                                                    "m_eventSlotId": {
+                                                        "m_id": "{C366415C-F5A9-4142-AEA1-5A484E6CA489}"
+                                                    },
+                                                    "m_resultSlotId": {
+                                                        "m_id": "{E60C13FA-2E5B-48B4-9404-A8455A1EBE3A}"
+                                                    }
+                                                }
+                                            }
+                                        ],
+                                        "m_ebusName": "TickBus",
+                                        "m_busId": {
+                                            "Value": 1209186864
+                                        },
+                                        "m_autoConnectToGraphOwner": false
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85099960851067
+                                },
+                                "Name": "EBusEventHandler",
+                                "Components": {
+                                    "Component_[11736632394161571088]": {
+                                        "$type": "EBusEventHandler",
+                                        "Id": 11736632394161571088,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{F8BBE2B5-DC34-42D0-809E-EC2B0AF9AAAF}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Connect",
+                                                "toolTip": "Connect this event handler to the specified entity.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{532176CF-8018-4FBB-9557-D3871F678366}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Disconnect",
+                                                "toolTip": "Disconnect this event handler.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{8290B800-8F8D-4E88-B42A-94557A92B07B}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "OnConnected",
+                                                "toolTip": "Signaled when a connection has taken place.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{0534D5DC-F0DF-4E92-A6C3-7C7999E2A63B}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "OnDisconnected",
+                                                "toolTip": "Signaled when this event handler is disconnected.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{8CAB7762-67EB-43FF-926A-BC69AA429FF1}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "OnFailure",
+                                                "toolTip": "Signaled when it is not possible to connect this handler.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{D035A62E-8A02-4F1F-BED3-77FD67A76281}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Source",
+                                                "toolTip": "ID used to connect on a specific Event address (Type: EntityId)",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{01B15E86-4EB9-43B3-9611-8E3D3B2C6E3A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "DisplayDataType": {
+                                                    "m_type": 1
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{69F89439-8649-446B-BF83-A27AB80E44F3}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "ExecutionSlot:OnEntityActivated",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                },
+                                                "IsLatent": true
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{15A0063F-1A97-4B4D-92CE-A032A46E549F}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "DisplayDataType": {
+                                                    "m_type": 1
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{ACE14078-CE81-48A4-B299-13009239762F}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "ExecutionSlot:OnEntityDeactivated",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                },
+                                                "IsLatent": true
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 1
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "EntityId",
+                                                "value": {
+                                                    "id": 2901262558
+                                                },
+                                                "label": "Source"
+                                            }
+                                        ],
+                                        "m_eventMap": [
+                                            {
+                                                "Key": {
+                                                    "Value": 245425936
+                                                },
+                                                "Value": {
+                                                    "m_eventName": "OnEntityActivated",
+                                                    "m_eventId": {
+                                                        "Value": 245425936
+                                                    },
+                                                    "m_eventSlotId": {
+                                                        "m_id": "{69F89439-8649-446B-BF83-A27AB80E44F3}"
+                                                    },
+                                                    "m_parameterSlotIds": [
+                                                        {
+                                                            "m_id": "{01B15E86-4EB9-43B3-9611-8E3D3B2C6E3A}"
+                                                        }
+                                                    ],
+                                                    "m_numExpectedArguments": 1
+                                                }
+                                            },
+                                            {
+                                                "Key": {
+                                                    "Value": 4273369222
+                                                },
+                                                "Value": {
+                                                    "m_eventName": "OnEntityDeactivated",
+                                                    "m_eventId": {
+                                                        "Value": 4273369222
+                                                    },
+                                                    "m_eventSlotId": {
+                                                        "m_id": "{ACE14078-CE81-48A4-B299-13009239762F}"
+                                                    },
+                                                    "m_parameterSlotIds": [
+                                                        {
+                                                            "m_id": "{15A0063F-1A97-4B4D-92CE-A032A46E549F}"
+                                                        }
+                                                    ],
+                                                    "m_numExpectedArguments": 1
+                                                }
+                                            }
+                                        ],
+                                        "m_ebusName": "EntityBus",
+                                        "m_busId": {
+                                            "Value": 3358774020
+                                        },
+                                        "m_autoConnectToGraphOwner": false
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85091370916475
+                                },
+                                "Name": "SC-Node(EqualTo)",
+                                "Components": {
+                                    "Component_[12524718395829210849]": {
+                                        "$type": "EqualTo",
+                                        "Id": 12524718395829210849,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{DF0C7367-AFAC-4AA0-AD42-D4CD383555EF}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Result",
+                                                "DisplayDataType": {
+                                                    "m_type": 0
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{FE201E5B-EEA3-490C-B5FB-8F1389BE4E3A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "toolTip": "Signal to perform the evaluation when desired.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{835E85A1-4EE0-4D8C-B1F3-C21D69B973C8}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "True",
+                                                "toolTip": "Signaled if the result of the operation is true.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{B9489349-6EDE-4951-BBCD-6F58D2E70EDC}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "False",
+                                                "toolTip": "Signaled if the result of the operation is false.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{334C10E7-479D-4EA7-BA8C-62F80B0EB195}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Value A",
+                                                "DisplayDataType": {
+                                                    "m_type": 1
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DynamicGroup": {
+                                                    "Value": 3545012108
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{DAEEDDB7-FB08-4386-9A01-E2453844B583}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Value B",
+                                                "DisplayDataType": {
+                                                    "m_type": 1
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DynamicGroup": {
+                                                    "Value": 3545012108
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 1
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "EntityId",
+                                                "value": {
+                                                    "id": 2901262558
+                                                },
+                                                "label": "Value A"
+                                            },
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 1
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "EntityId",
+                                                "value": {
+                                                    "id": 4294967295
+                                                },
+                                                "label": "Value B"
+                                            }
+                                        ]
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85087075949179
+                                },
+                                "Name": "SC Node(SetVariable)",
+                                "Components": {
+                                    "Component_[14386290095145558720]": {
+                                        "$type": "SetVariableNode",
+                                        "Id": 14386290095145558720,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{6A912CCD-C599-4F2B-9C07-A4694A844593}"
+                                                },
+                                                "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": "{29B297A2-6808-4208-97EE-B32C426623BD}"
+                                                },
+                                                "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": "{E84B5C50-9496-497C-8297-76E7DD70D34B}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{FB8FF4E1-6D19-4D69-8DD5-200026EBD02A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "DisplayDataType": {
+                                                    "m_type": 1
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 1
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "EntityId",
+                                                "value": {
+                                                    "id": 2901262558
+                                                },
+                                                "label": "EntityId"
+                                            }
+                                        ],
+                                        "m_variableId": {
+                                            "m_id": "{BE25183B-D17F-4162-87CB-7C7C80F34115}"
+                                        },
+                                        "m_variableDataInSlotId": {
+                                            "m_id": "{E84B5C50-9496-497C-8297-76E7DD70D34B}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{FB8FF4E1-6D19-4D69-8DD5-200026EBD02A}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85104255818363
+                                },
+                                "Name": "SC-Node(Stop)",
+                                "Components": {
+                                    "Component_[1545406266588128303]": {
+                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
+                                        "Id": 1545406266588128303,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{D5F6ADC0-8211-4572-9041-33B2D9671188}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{1C3165A9-917E-4F2E-9D89-FED474A710FE}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{982C3464-FBF8-4DC5-9F49-5BC86E9ED9C6}"
+                                                },
+                                                "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"
+                                            }
+                                        ],
+                                        "methodType": 0,
+                                        "methodName": "Stop",
+                                        "className": "AudioTriggerComponentRequestBus",
+                                        "resultSlotIDs": [
+                                            {}
+                                        ],
+                                        "inputSlots": [
+                                            {
+                                                "m_id": "{D5F6ADC0-8211-4572-9041-33B2D9671188}"
+                                            }
+                                        ],
+                                        "prettyClassName": "AudioTriggerComponentRequestBus"
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85095665883771
+                                },
+                                "Name": "SC Node(GetVariable)",
+                                "Components": {
+                                    "Component_[15570308583658445384]": {
+                                        "$type": "GetVariableNode",
+                                        "Id": 15570308583658445384,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{1B9AD269-D381-4DEC-8714-C2467C3C10A2}"
+                                                },
+                                                "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": "{7A279A63-E69D-47C3-92CD-1E04825EF570}"
+                                                },
+                                                "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": "{956AF972-8D72-4056-A666-3614831B5D23}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "DisplayDataType": {
+                                                    "m_type": 1
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "m_variableId": {
+                                            "m_id": "{BE25183B-D17F-4162-87CB-7C7C80F34115}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{956AF972-8D72-4056-A666-3614831B5D23}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85117140720251
+                                },
+                                "Name": "SC Node(GetVariable)",
+                                "Components": {
+                                    "Component_[15570308583658445384]": {
+                                        "$type": "GetVariableNode",
+                                        "Id": 15570308583658445384,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{1B9AD269-D381-4DEC-8714-C2467C3C10A2}"
+                                                },
+                                                "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": "{7A279A63-E69D-47C3-92CD-1E04825EF570}"
+                                                },
+                                                "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": "{956AF972-8D72-4056-A666-3614831B5D23}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "DisplayDataType": {
+                                                    "m_type": 1
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "m_variableId": {
+                                            "m_id": "{BE25183B-D17F-4162-87CB-7C7C80F34115}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{956AF972-8D72-4056-A666-3614831B5D23}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 300548405320315
+                                },
+                                "Name": "SC Node(GetVariable)",
+                                "Components": {
+                                    "Component_[15570308583658445384]": {
+                                        "$type": "GetVariableNode",
+                                        "Id": 15570308583658445384,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{1B9AD269-D381-4DEC-8714-C2467C3C10A2}"
+                                                },
+                                                "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": "{7A279A63-E69D-47C3-92CD-1E04825EF570}"
+                                                },
+                                                "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": "{956AF972-8D72-4056-A666-3614831B5D23}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "DisplayDataType": {
+                                                    "m_type": 1
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "m_variableId": {
+                                            "m_id": "{BE25183B-D17F-4162-87CB-7C7C80F34115}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{956AF972-8D72-4056-A666-3614831B5D23}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 278317654596219
+                                },
+                                "Name": "SC-Node(Gate)",
+                                "Components": {
+                                    "Component_[16813798520160736171]": {
+                                        "$type": "Gate",
+                                        "Id": 16813798520160736171,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{F003BAB3-343D-4112-BE41-D2B9658CF67C}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Condition",
+                                                "toolTip": "If true the node will signal the Output and proceed execution",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{26A87A65-A9D5-4C40-A017-6EC9136A08BA}"
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{3D90E0D8-41AA-4AF4-87D7-708AD0E9E6DC}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "toolTip": "Input signal",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{A9F1C7CC-8911-46CD-A73C-E04C8D79FDF1}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "True",
+                                                "toolTip": "Signaled if the condition provided evaluates to true.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{7F0BB12F-E4D3-43A3-9D61-1AF18E3062CB}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "False",
+                                                "toolTip": "Signaled if the condition provided evaluates to false.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 0
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "bool",
+                                                "value": false,
+                                                "label": "Condition"
+                                            }
+                                        ]
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 297593467820667
+                                },
+                                "Name": "SC Node(SetVariable)",
+                                "Components": {
+                                    "Component_[17348710397533283898]": {
+                                        "$type": "SetVariableNode",
+                                        "Id": 17348710397533283898,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{0CF748C7-5000-4F56-A583-B5D30F30CB1F}"
+                                                },
+                                                "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": "{97431131-6FFB-4831-8DF1-631390CB9962}"
+                                                },
+                                                "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": "{61304CB4-8743-408D-B954-82DC2D8E059F}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Boolean",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{E0F11DE3-8BC4-49B8-9039-5727E2E44E70}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Boolean",
+                                                "DisplayDataType": {
+                                                    "m_type": 0
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 0
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "bool",
+                                                "value": true,
+                                                "label": "Boolean"
+                                            }
+                                        ],
+                                        "m_variableId": {
+                                            "m_id": "{EA079616-7CEC-472E-916F-43F3B93D7CBA}"
+                                        },
+                                        "m_variableDataInSlotId": {
+                                            "m_id": "{61304CB4-8743-408D-B954-82DC2D8E059F}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{E0F11DE3-8BC4-49B8-9039-5727E2E44E70}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85108550785659
+                                },
+                                "Name": "SC-Node(Start)",
+                                "Components": {
+                                    "Component_[17635863067002957363]": {
+                                        "$type": "Start",
+                                        "Id": 17635863067002957363,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{C0927A77-7E48-4301-94D2-6CB3BA864BFB}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Out",
+                                                "toolTip": "Signaled when the entity that owns this graph is fully activated.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            }
+                                        ]
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85134320589435
+                                },
+                                "Name": "SC-Node(GetTickDeltaTime)",
+                                "Components": {
+                                    "Component_[18014470819205264319]": {
+                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
+                                        "Id": 18014470819205264319,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{28E9C508-78F1-434E-934D-63A2EA26C9FD}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{7B832628-33E8-4492-A00A-51CCD8252F66}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Out",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{C3D9B9B6-AE19-48C9-91D8-DA6D1F07A70C}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Number",
+                                                "DisplayDataType": {
+                                                    "m_type": 3
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "methodType": 0,
+                                        "methodName": "GetTickDeltaTime",
+                                        "className": "TickRequestBus",
+                                        "resultSlotIDs": [
+                                            {}
+                                        ],
+                                        "prettyClassName": "TickRequestBus"
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 130510650071675
+                                },
+                                "Name": "SC-Node(GetTickDeltaTime)",
+                                "Components": {
+                                    "Component_[18014470819205264319]": {
+                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
+                                        "Id": 18014470819205264319,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{28E9C508-78F1-434E-934D-63A2EA26C9FD}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{7B832628-33E8-4492-A00A-51CCD8252F66}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Out",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{C3D9B9B6-AE19-48C9-91D8-DA6D1F07A70C}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Number",
+                                                "DisplayDataType": {
+                                                    "m_type": 3
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "methodType": 0,
+                                        "methodName": "GetTickDeltaTime",
+                                        "className": "TickRequestBus",
+                                        "resultSlotIDs": [
+                                            {}
+                                        ],
+                                        "prettyClassName": "TickRequestBus"
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85078486014587
+                                },
+                                "Name": "SC-Node(OperatorAdd)",
+                                "Components": {
+                                    "Component_[1911881401444151600]": {
+                                        "$type": "OperatorAdd",
+                                        "Id": 1911881401444151600,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{C093C4D2-0EA4-4C6F-8F13-E8D29C587F05}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{9FABAC7C-17D6-4BCB-A03C-8FE3FA02DB0A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Out",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{D3532A41-4229-479D-9C56-C3E519027826}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    },
+                                                    {
+                                                        "$type": "MathOperatorContract",
+                                                        "NativeTypes": [
+                                                            {
+                                                                "m_type": 3
+                                                            },
+                                                            {
+                                                                "m_type": 6
+                                                            },
+                                                            {
+                                                                "m_type": 8
+                                                            },
+                                                            {
+                                                                "m_type": 9
+                                                            },
+                                                            {
+                                                                "m_type": 10
+                                                            },
+                                                            {
+                                                                "m_type": 11
+                                                            },
+                                                            {
+                                                                "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,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{ADEACF8F-3F75-4709-89E6-C573BBE04225}"
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{65CF52D0-FD16-4C34-89E3-EAD102D0918C}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    },
+                                                    {
+                                                        "$type": "MathOperatorContract",
+                                                        "NativeTypes": [
+                                                            {
+                                                                "m_type": 3
+                                                            },
+                                                            {
+                                                                "m_type": 6
+                                                            },
+                                                            {
+                                                                "m_type": 8
+                                                            },
+                                                            {
+                                                                "m_type": 9
+                                                            },
+                                                            {
+                                                                "m_type": 10
+                                                            },
+                                                            {
+                                                                "m_type": 11
+                                                            },
+                                                            {
+                                                                "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": "{1CAC3694-18C6-4130-802A-04058040F6FE}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    },
+                                                    {
+                                                        "$type": "MathOperatorContract",
+                                                        "NativeTypes": [
+                                                            {
+                                                                "m_type": 3
+                                                            },
+                                                            {
+                                                                "m_type": 6
+                                                            },
+                                                            {
+                                                                "m_type": 8
+                                                            },
+                                                            {
+                                                                "m_type": 9
+                                                            },
+                                                            {
+                                                                "m_type": 10
+                                                            },
+                                                            {
+                                                                "m_type": 11
+                                                            },
+                                                            {
+                                                                "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": 0.0,
+                                                "label": "Number 1"
+                                            }
+                                        ]
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 130506355104379
+                                },
+                                "Name": "SC-Node(OperatorAdd)",
+                                "Components": {
+                                    "Component_[1911881401444151600]": {
+                                        "$type": "OperatorAdd",
+                                        "Id": 1911881401444151600,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{C093C4D2-0EA4-4C6F-8F13-E8D29C587F05}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{9FABAC7C-17D6-4BCB-A03C-8FE3FA02DB0A}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Out",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{D3532A41-4229-479D-9C56-C3E519027826}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    },
+                                                    {
+                                                        "$type": "MathOperatorContract",
+                                                        "NativeTypes": [
+                                                            {
+                                                                "m_type": 3
+                                                            },
+                                                            {
+                                                                "m_type": 6
+                                                            },
+                                                            {
+                                                                "m_type": 8
+                                                            },
+                                                            {
+                                                                "m_type": 9
+                                                            },
+                                                            {
+                                                                "m_type": 10
+                                                            },
+                                                            {
+                                                                "m_type": 11
+                                                            },
+                                                            {
+                                                                "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,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{ADEACF8F-3F75-4709-89E6-C573BBE04225}"
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{65CF52D0-FD16-4C34-89E3-EAD102D0918C}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    },
+                                                    {
+                                                        "$type": "MathOperatorContract",
+                                                        "NativeTypes": [
+                                                            {
+                                                                "m_type": 3
+                                                            },
+                                                            {
+                                                                "m_type": 6
+                                                            },
+                                                            {
+                                                                "m_type": 8
+                                                            },
+                                                            {
+                                                                "m_type": 9
+                                                            },
+                                                            {
+                                                                "m_type": 10
+                                                            },
+                                                            {
+                                                                "m_type": 11
+                                                            },
+                                                            {
+                                                                "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": "{1CAC3694-18C6-4130-802A-04058040F6FE}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    },
+                                                    {
+                                                        "$type": "MathOperatorContract",
+                                                        "NativeTypes": [
+                                                            {
+                                                                "m_type": 3
+                                                            },
+                                                            {
+                                                                "m_type": 6
+                                                            },
+                                                            {
+                                                                "m_type": 8
+                                                            },
+                                                            {
+                                                                "m_type": 9
+                                                            },
+                                                            {
+                                                                "m_type": 10
+                                                            },
+                                                            {
+                                                                "m_type": 11
+                                                            },
+                                                            {
+                                                                "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": 0.0,
+                                                "label": "Number 1"
+                                            }
+                                        ]
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85082780981883
+                                },
+                                "Name": "SC-Node(NotEqualTo)",
+                                "Components": {
+                                    "Component_[254309948616160920]": {
+                                        "$type": "NotEqualTo",
+                                        "Id": 254309948616160920,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{FB97E094-4031-4EDC-BCC7-87E953FE23B8}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Result",
+                                                "DisplayDataType": {
+                                                    "m_type": 0
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{5738D4AE-4430-4E9C-A717-E96FE8CC2CAE}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "toolTip": "Signal to perform the evaluation when desired.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{C3B7E10B-A0A1-477F-BAF9-26432DD96F04}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "True",
+                                                "toolTip": "Signaled if the result of the operation is true.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{C3217427-CDF6-48A8-A88E-0358AE444F2F}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "False",
+                                                "toolTip": "Signaled if the result of the operation is false.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{8363B486-57B0-404D-A02D-36FBECEF05E8}"
+                                                },
+                                                "DynamicTypeOverride": 3,
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Value A",
+                                                "DisplayDataType": {
+                                                    "m_type": 3
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DynamicGroup": {
+                                                    "Value": 3545012108
+                                                },
+                                                "DataType": 1,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{C087A563-5298-4C3C-8212-272708FE530F}"
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{8541E994-180C-4557-9EBE-E946690DAFB9}"
+                                                },
+                                                "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": 85074191047291
+                                },
+                                "Name": "SC Node(SetVariable)",
+                                "Components": {
+                                    "Component_[3532319036362729622]": {
+                                        "$type": "SetVariableNode",
+                                        "Id": 3532319036362729622,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{3FADDC22-538E-46BF-A5F8-601EA225AA2F}"
+                                                },
+                                                "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": "{A738CBFD-301D-4761-8853-03BD5070B620}"
+                                                },
+                                                "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": "{62FC01D6-AC5E-44AA-B7F0-9AAA8A5ECF10}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Number",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{491ED66F-D923-42E7-9229-3FAB46E4F7CD}"
+                                                },
+                                                "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": "{ADEACF8F-3F75-4709-89E6-C573BBE04225}"
+                                        },
+                                        "m_variableDataInSlotId": {
+                                            "m_id": "{62FC01D6-AC5E-44AA-B7F0-9AAA8A5ECF10}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{491ED66F-D923-42E7-9229-3FAB46E4F7CD}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85121435687547
+                                },
+                                "Name": "SC Node(SetVariable)",
+                                "Components": {
+                                    "Component_[3532319036362729622]": {
+                                        "$type": "SetVariableNode",
+                                        "Id": 3532319036362729622,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{3FADDC22-538E-46BF-A5F8-601EA225AA2F}"
+                                                },
+                                                "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": "{A738CBFD-301D-4761-8853-03BD5070B620}"
+                                                },
+                                                "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": "{62FC01D6-AC5E-44AA-B7F0-9AAA8A5ECF10}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Number",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{491ED66F-D923-42E7-9229-3FAB46E4F7CD}"
+                                                },
+                                                "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": "{ADEACF8F-3F75-4709-89E6-C573BBE04225}"
+                                        },
+                                        "m_variableDataInSlotId": {
+                                            "m_id": "{62FC01D6-AC5E-44AA-B7F0-9AAA8A5ECF10}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{491ED66F-D923-42E7-9229-3FAB46E4F7CD}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 109692943587963
+                                },
+                                "Name": "SC-Node(Gate)",
+                                "Components": {
+                                    "Component_[354064874002155602]": {
+                                        "$type": "Gate",
+                                        "Id": 354064874002155602,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{0D5AD5B4-B95A-44DE-A4E0-98F058003326}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Condition",
+                                                "toolTip": "If true the node will signal the Output and proceed execution",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{DF1A7627-77DD-4DB6-BEAB-46CE4FC96491}"
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{D6037379-4640-42E8-BDC9-5155DB59C68B}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "toolTip": "Input signal",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{410EFFEC-CBF2-4B42-8F2F-D0089F604673}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "True",
+                                                "toolTip": "Signaled if the condition provided evaluates to true.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{58CA43E8-2766-4D5E-80CF-9FA6691359CA}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "False",
+                                                "toolTip": "Signaled if the condition provided evaluates to false.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 0
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "bool",
+                                                "value": false,
+                                                "label": "Condition"
+                                            }
+                                        ]
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 114185479379579
+                                },
+                                "Name": "SC Node(SetVariable)",
+                                "Components": {
+                                    "Component_[5370079444790704475]": {
+                                        "$type": "SetVariableNode",
+                                        "Id": 5370079444790704475,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{16819C1E-F6BC-4C98-AB3D-7BB59C46DB51}"
+                                                },
+                                                "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": "{87E39BC1-D829-4AAB-8214-B408E12958B4}"
+                                                },
+                                                "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": "{D075DD66-053D-49E5-860B-3240CC46EB81}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Boolean",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{EE341196-97BE-4218-B601-47A5ABDD28EE}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Boolean",
+                                                "DisplayDataType": {
+                                                    "m_type": 0
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 0
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "bool",
+                                                "value": true,
+                                                "label": "Boolean"
+                                            }
+                                        ],
+                                        "m_variableId": {
+                                            "m_id": "{DF1A7627-77DD-4DB6-BEAB-46CE4FC96491}"
+                                        },
+                                        "m_variableDataInSlotId": {
+                                            "m_id": "{D075DD66-053D-49E5-860B-3240CC46EB81}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{EE341196-97BE-4218-B601-47A5ABDD28EE}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 151577464658555
+                                },
+                                "Name": "SC Node(SetVariable)",
+                                "Components": {
+                                    "Component_[6513899920197092828]": {
+                                        "$type": "SetVariableNode",
+                                        "Id": 6513899920197092828,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{CC224A5F-3C91-458C-90CB-F8185C7C54AD}"
+                                                },
+                                                "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": "{0F61C3A0-7D85-4453-B776-ED6352B5715B}"
+                                                },
+                                                "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": "{6CBB9616-AA02-422E-BAB5-9227041DA820}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Number",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{736E2E4E-4055-49F1-9BC3-3135C0830CDE}"
+                                                },
+                                                "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": "{ADEACF8F-3F75-4709-89E6-C573BBE04225}"
+                                        },
+                                        "m_variableDataInSlotId": {
+                                            "m_id": "{6CBB9616-AA02-422E-BAB5-9227041DA820}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{736E2E4E-4055-49F1-9BC3-3135C0830CDE}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85138615556731
+                                },
+                                "Name": "SC-Node(Play)",
+                                "Components": {
+                                    "Component_[8717941312918652356]": {
+                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
+                                        "Id": 8717941312918652356,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{1169D80D-9F7E-4DF2-AD0B-5DC8C67971F9}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{7A6593E1-76C8-47B8-B076-DF0FDDFDB646}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{E9FEC2EF-307F-468B-99B9-A58BA91119CA}"
+                                                },
+                                                "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"
+                                            }
+                                        ],
+                                        "methodType": 0,
+                                        "methodName": "Play",
+                                        "className": "AudioTriggerComponentRequestBus",
+                                        "resultSlotIDs": [
+                                            {}
+                                        ],
+                                        "inputSlots": [
+                                            {
+                                                "m_id": "{1169D80D-9F7E-4DF2-AD0B-5DC8C67971F9}"
+                                            }
+                                        ],
+                                        "prettyClassName": "AudioTriggerComponentRequestBus"
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 300552700287611
+                                },
+                                "Name": "SC-Node(Play)",
+                                "Components": {
+                                    "Component_[8717941312918652356]": {
+                                        "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
+                                        "Id": 8717941312918652356,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{1169D80D-9F7E-4DF2-AD0B-5DC8C67971F9}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "EntityId",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{7A6593E1-76C8-47B8-B076-DF0FDDFDB646}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{E9FEC2EF-307F-468B-99B9-A58BA91119CA}"
+                                                },
+                                                "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"
+                                            }
+                                        ],
+                                        "methodType": 0,
+                                        "methodName": "Play",
+                                        "className": "AudioTriggerComponentRequestBus",
+                                        "resultSlotIDs": [
+                                            {}
+                                        ],
+                                        "inputSlots": [
+                                            {
+                                                "m_id": "{1169D80D-9F7E-4DF2-AD0B-5DC8C67971F9}"
+                                            }
+                                        ],
+                                        "prettyClassName": "AudioTriggerComponentRequestBus"
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 111737348020859
+                                },
+                                "Name": "SC Node(SetVariable)",
+                                "Components": {
+                                    "Component_[9082992847161404569]": {
+                                        "$type": "SetVariableNode",
+                                        "Id": 9082992847161404569,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{E5C67080-567C-47A0-AC3D-7F93B5614E6B}"
+                                                },
+                                                "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": "{3BB69A58-588E-4540-A704-29B3B45E4811}"
+                                                },
+                                                "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": "{4118656E-E9F2-4333-A382-4D3EF03B376E}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Boolean",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{8CAFA3C8-A2A5-4731-AEFC-CA0B72BE84D7}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Boolean",
+                                                "DisplayDataType": {
+                                                    "m_type": 0
+                                                },
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 0
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "bool",
+                                                "value": false,
+                                                "label": "Boolean"
+                                            }
+                                        ],
+                                        "m_variableId": {
+                                            "m_id": "{DF1A7627-77DD-4DB6-BEAB-46CE4FC96491}"
+                                        },
+                                        "m_variableDataInSlotId": {
+                                            "m_id": "{4118656E-E9F2-4333-A382-4D3EF03B376E}"
+                                        },
+                                        "m_variableDataOutSlotId": {
+                                            "m_id": "{8CAFA3C8-A2A5-4731-AEFC-CA0B72BE84D7}"
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 298985037224571
+                                },
+                                "Name": "SC-Node(Gate)",
+                                "Components": {
+                                    "Component_[9695284824436005613]": {
+                                        "$type": "Gate",
+                                        "Id": 9695284824436005613,
+                                        "Slots": [
+                                            {
+                                                "id": {
+                                                    "m_id": "{FB4722FB-75C6-4258-A9F5-A17CD36CF20C}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "Condition",
+                                                "toolTip": "If true the node will signal the Output and proceed execution",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 2
+                                                },
+                                                "DataType": 1,
+                                                "IsReference": true,
+                                                "VariableReference": {
+                                                    "m_id": "{EA079616-7CEC-472E-916F-43F3B93D7CBA}"
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{F0E6A6D5-EBD2-4626-B757-4228116F10E3}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "In",
+                                                "toolTip": "Input signal",
+                                                "Descriptor": {
+                                                    "ConnectionType": 1,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{2B2F3BF5-26C9-47E9-8A33-6DC886E95FF9}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "True",
+                                                "toolTip": "Signaled if the condition provided evaluates to true.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            },
+                                            {
+                                                "id": {
+                                                    "m_id": "{7F966B86-58BC-4F56-96C3-90CBC283024F}"
+                                                },
+                                                "contracts": [
+                                                    {
+                                                        "$type": "SlotTypeContract"
+                                                    }
+                                                ],
+                                                "slotName": "False",
+                                                "toolTip": "Signaled if the condition provided evaluates to false.",
+                                                "Descriptor": {
+                                                    "ConnectionType": 2,
+                                                    "SlotType": 1
+                                                }
+                                            }
+                                        ],
+                                        "Datums": [
+                                            {
+                                                "isOverloadedStorage": false,
+                                                "scriptCanvasType": {
+                                                    "m_type": 0
+                                                },
+                                                "isNullPointer": false,
+                                                "$type": "bool",
+                                                "value": false,
+                                                "label": "Condition"
+                                            }
+                                        ]
+                                    }
+                                }
+                            }
+                        ],
+                        "m_connections": [
+                            {
+                                "Id": {
+                                    "id": 85142910524027
+                                },
+                                "Name": "srcEndpoint=(GetTickDeltaTime: Number), destEndpoint=(Add (+): Number 1)",
+                                "Components": {
+                                    "Component_[5800482584669004935]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 5800482584669004935,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85134320589435
+                                            },
+                                            "slotId": {
+                                                "m_id": "{C3D9B9B6-AE19-48C9-91D8-DA6D1F07A70C}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85078486014587
+                                            },
+                                            "slotId": {
+                                                "m_id": "{65CF52D0-FD16-4C34-89E3-EAD102D0918C}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85147205491323
+                                },
+                                "Name": "srcEndpoint=(Add (+): Out), destEndpoint=(Set Variable: In)",
+                                "Components": {
+                                    "Component_[7325554909014527918]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 7325554909014527918,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85078486014587
+                                            },
+                                            "slotId": {
+                                                "m_id": "{9FABAC7C-17D6-4BCB-A03C-8FE3FA02DB0A}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85074191047291
+                                            },
+                                            "slotId": {
+                                                "m_id": "{3FADDC22-538E-46BF-A5F8-601EA225AA2F}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85151500458619
+                                },
+                                "Name": "srcEndpoint=(Add (+): Result), destEndpoint=(Set Variable: Number)",
+                                "Components": {
+                                    "Component_[14869115503176129344]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 14869115503176129344,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85078486014587
+                                            },
+                                            "slotId": {
+                                                "m_id": "{1CAC3694-18C6-4130-802A-04058040F6FE}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85074191047291
+                                            },
+                                            "slotId": {
+                                                "m_id": "{62FC01D6-AC5E-44AA-B7F0-9AAA8A5ECF10}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85155795425915
+                                },
+                                "Name": "srcEndpoint=(Less Than (<): True), destEndpoint=(GetTickDeltaTime: In)",
+                                "Components": {
+                                    "Component_[2005800920155805739]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 2005800920155805739,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85112845752955
+                                            },
+                                            "slotId": {
+                                                "m_id": "{39F51C5F-1274-4ACB-B7BA-12D862B7F27A}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85134320589435
+                                            },
+                                            "slotId": {
+                                                "m_id": "{28E9C508-78F1-434E-934D-63A2EA26C9FD}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85160090393211
+                                },
+                                "Name": "srcEndpoint=(GetTickDeltaTime: Out), destEndpoint=(Add (+): In)",
+                                "Components": {
+                                    "Component_[5415163720578689614]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 5415163720578689614,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85134320589435
+                                            },
+                                            "slotId": {
+                                                "m_id": "{7B832628-33E8-4492-A00A-51CCD8252F66}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85078486014587
+                                            },
+                                            "slotId": {
+                                                "m_id": "{C093C4D2-0EA4-4C6F-8F13-E8D29C587F05}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85164385360507
+                                },
+                                "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Play: In)",
+                                "Components": {
+                                    "Component_[955299792757588434]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 955299792757588434,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85117140720251
+                                            },
+                                            "slotId": {
+                                                "m_id": "{7A279A63-E69D-47C3-92CD-1E04825EF570}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85138615556731
+                                            },
+                                            "slotId": {
+                                                "m_id": "{7A6593E1-76C8-47B8-B076-DF0FDDFDB646}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85168680327803
+                                },
+                                "Name": "srcEndpoint=(Get Variable: EntityId), destEndpoint=(Play: EntityId)",
+                                "Components": {
+                                    "Component_[3509637185912039964]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 3509637185912039964,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85117140720251
+                                            },
+                                            "slotId": {
+                                                "m_id": "{956AF972-8D72-4056-A666-3614831B5D23}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85138615556731
+                                            },
+                                            "slotId": {
+                                                "m_id": "{1169D80D-9F7E-4DF2-AD0B-5DC8C67971F9}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85172975295099
+                                },
+                                "Name": "srcEndpoint=(Less Than (<): False), destEndpoint=(Get Variable: In)",
+                                "Components": {
+                                    "Component_[3696028801343602253]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 3696028801343602253,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85112845752955
+                                            },
+                                            "slotId": {
+                                                "m_id": "{95E4A42A-DF0C-4074-8467-0EB27C9BE3D8}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85117140720251
+                                            },
+                                            "slotId": {
+                                                "m_id": "{1B9AD269-D381-4DEC-8714-C2467C3C10A2}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85177270262395
+                                },
+                                "Name": "srcEndpoint=(Play: Out), destEndpoint=(Set Variable: In)",
+                                "Components": {
+                                    "Component_[12503589710038955275]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 12503589710038955275,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85138615556731
+                                            },
+                                            "slotId": {
+                                                "m_id": "{E9FEC2EF-307F-468B-99B9-A58BA91119CA}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85121435687547
+                                            },
+                                            "slotId": {
+                                                "m_id": "{3FADDC22-538E-46BF-A5F8-601EA225AA2F}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85194450131579
+                                },
+                                "Name": "srcEndpoint=(Not Equal To (!=): True), destEndpoint=(Less Than (<): In)",
+                                "Components": {
+                                    "Component_[6504190184918311063]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 6504190184918311063,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85082780981883
+                                            },
+                                            "slotId": {
+                                                "m_id": "{C3B7E10B-A0A1-477F-BAF9-26432DD96F04}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85112845752955
+                                            },
+                                            "slotId": {
+                                                "m_id": "{65289A65-3081-41A1-AE10-CF969B595BCB}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85198745098875
+                                },
+                                "Name": "srcEndpoint=(Get Variable: EntityId), destEndpoint=(Stop: EntityId)",
+                                "Components": {
+                                    "Component_[11574581435126801730]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 11574581435126801730,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85095665883771
+                                            },
+                                            "slotId": {
+                                                "m_id": "{956AF972-8D72-4056-A666-3614831B5D23}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85104255818363
+                                            },
+                                            "slotId": {
+                                                "m_id": "{D5F6ADC0-8211-4572-9041-33B2D9671188}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85207335033467
+                                },
+                                "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Stop: In)",
+                                "Components": {
+                                    "Component_[8166853413780537845]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 8166853413780537845,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85095665883771
+                                            },
+                                            "slotId": {
+                                                "m_id": "{7A279A63-E69D-47C3-92CD-1E04825EF570}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85104255818363
+                                            },
+                                            "slotId": {
+                                                "m_id": "{1C3165A9-917E-4F2E-9D89-FED474A710FE}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85211630000763
+                                },
+                                "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Equal To (==): In)",
+                                "Components": {
+                                    "Component_[5571329173565200128]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 5571329173565200128,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85125730654843
+                                            },
+                                            "slotId": {
+                                                "m_id": "{F054A29C-E9D9-4AEB-8726-FB6C318D4C25}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85091370916475
+                                            },
+                                            "slotId": {
+                                                "m_id": "{FE201E5B-EEA3-490C-B5FB-8F1389BE4E3A}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85215924968059
+                                },
+                                "Name": "srcEndpoint=(Get Variable: EntityId), destEndpoint=(Equal To (==): Value A)",
+                                "Components": {
+                                    "Component_[682512471066864594]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 682512471066864594,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85125730654843
+                                            },
+                                            "slotId": {
+                                                "m_id": "{3C7DBE99-18CE-4658-9564-4FD2413BAE68}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85091370916475
+                                            },
+                                            "slotId": {
+                                                "m_id": "{334C10E7-479D-4EA7-BA8C-62F80B0EB195}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85220219935355
+                                },
+                                "Name": "srcEndpoint=(On Graph Start: Out), destEndpoint=(Get Variable: In)",
+                                "Components": {
+                                    "Component_[3192533224256330563]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 3192533224256330563,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85108550785659
+                                            },
+                                            "slotId": {
+                                                "m_id": "{C0927A77-7E48-4301-94D2-6CB3BA864BFB}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85125730654843
+                                            },
+                                            "slotId": {
+                                                "m_id": "{F53C31FC-4BAA-4EC0-A74D-25660D65047F}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85224514902651
+                                },
+                                "Name": "srcEndpoint=(Equal To (==): True), destEndpoint=(Set Variable: In)",
+                                "Components": {
+                                    "Component_[13383315102699459215]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 13383315102699459215,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85091370916475
+                                            },
+                                            "slotId": {
+                                                "m_id": "{835E85A1-4EE0-4D8C-B1F3-C21D69B973C8}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85087075949179
+                                            },
+                                            "slotId": {
+                                                "m_id": "{6A912CCD-C599-4F2B-9C07-A4694A844593}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 85228809869947
+                                },
+                                "Name": "srcEndpoint=(On Graph Start: Out), destEndpoint=(EntityBus Handler: Connect)",
+                                "Components": {
+                                    "Component_[8409233964148740625]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 8409233964148740625,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85108550785659
+                                            },
+                                            "slotId": {
+                                                "m_id": "{C0927A77-7E48-4301-94D2-6CB3BA864BFB}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85099960851067
+                                            },
+                                            "slotId": {
+                                                "m_id": "{F8BBE2B5-DC34-42D0-809E-EC2B0AF9AAAF}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 101888988011131
+                                },
+                                "Name": "srcEndpoint=(EntityBus Handler: ExecutionSlot:OnEntityActivated), destEndpoint=(TickBus Handler: Connect)",
+                                "Components": {
+                                    "Component_[366887427448388497]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 366887427448388497,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85099960851067
+                                            },
+                                            "slotId": {
+                                                "m_id": "{69F89439-8649-446B-BF83-A27AB80E44F3}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85130025622139
+                                            },
+                                            "slotId": {
+                                                "m_id": "{FFC90557-9501-4090-8671-F7FFDF71811F}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 110770980379259
+                                },
+                                "Name": "srcEndpoint=(TickBus Handler: ExecutionSlot:OnTick), destEndpoint=(If: In)",
+                                "Components": {
+                                    "Component_[14751268110543306356]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 14751268110543306356,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85130025622139
+                                            },
+                                            "slotId": {
+                                                "m_id": "{5EB782BE-963C-4B7D-8CB7-5C798CD662BD}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 109692943587963
+                                            },
+                                            "slotId": {
+                                                "m_id": "{D6037379-4640-42E8-BDC9-5155DB59C68B}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 111239131814523
+                                },
+                                "Name": "srcEndpoint=(If: False), destEndpoint=(Greater Than (>): In)",
+                                "Components": {
+                                    "Component_[819878785682639896]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 819878785682639896,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 109692943587963
+                                            },
+                                            "slotId": {
+                                                "m_id": "{58CA43E8-2766-4D5E-80CF-9FA6691359CA}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 98934050511483
+                                            },
+                                            "slotId": {
+                                                "m_id": "{C2C48359-3F96-4271-8672-E28D2CEFEBCA}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 112587751545467
+                                },
+                                "Name": "srcEndpoint=(EntityBus Handler: ExecutionSlot:OnEntityDeactivated), destEndpoint=(Set Variable: In)",
+                                "Components": {
+                                    "Component_[5090474584166015184]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 5090474584166015184,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85099960851067
+                                            },
+                                            "slotId": {
+                                                "m_id": "{ACE14078-CE81-48A4-B299-13009239762F}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 111737348020859
+                                            },
+                                            "slotId": {
+                                                "m_id": "{E5C67080-567C-47A0-AC3D-7F93B5614E6B}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 113012953307771
+                                },
+                                "Name": "srcEndpoint=(Set Variable: Out), destEndpoint=(TickBus Handler: Disconnect)",
+                                "Components": {
+                                    "Component_[3853913206400946129]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 3853913206400946129,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 111737348020859
+                                            },
+                                            "slotId": {
+                                                "m_id": "{3BB69A58-588E-4540-A704-29B3B45E4811}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85130025622139
+                                            },
+                                            "slotId": {
+                                                "m_id": "{0EDA0A95-F70A-4842-A318-29E729F2E30D}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 115465379633787
+                                },
+                                "Name": "srcEndpoint=(Greater Than (>): False), destEndpoint=(Set Variable: In)",
+                                "Components": {
+                                    "Component_[8330198799091425730]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 8330198799091425730,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 98934050511483
+                                            },
+                                            "slotId": {
+                                                "m_id": "{2990922B-9CC7-402A-AD05-4F7C9EC81159}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 114185479379579
+                                            },
+                                            "slotId": {
+                                                "m_id": "{16819C1E-F6BC-4C98-AB3D-7BB59C46DB51}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 118497626544763
+                                },
+                                "Name": "srcEndpoint=(If: True), destEndpoint=(Not Equal To (!=): In)",
+                                "Components": {
+                                    "Component_[4513947548634481345]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 4513947548634481345,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 109692943587963
+                                            },
+                                            "slotId": {
+                                                "m_id": "{410EFFEC-CBF2-4B42-8F2F-D0089F604673}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85082780981883
+                                            },
+                                            "slotId": {
+                                                "m_id": "{5738D4AE-4430-4E9C-A717-E96FE8CC2CAE}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 131678881176187
+                                },
+                                "Name": "srcEndpoint=(GetTickDeltaTime: Out), destEndpoint=(Add (+): In)",
+                                "Components": {
+                                    "Component_[3628695548466592532]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 3628695548466592532,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 130510650071675
+                                            },
+                                            "slotId": {
+                                                "m_id": "{7B832628-33E8-4492-A00A-51CCD8252F66}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 130506355104379
+                                            },
+                                            "slotId": {
+                                                "m_id": "{C093C4D2-0EA4-4C6F-8F13-E8D29C587F05}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 131751895620219
+                                },
+                                "Name": "srcEndpoint=(GetTickDeltaTime: Number), destEndpoint=(Add (+): Number 1)",
+                                "Components": {
+                                    "Component_[15111630436647325473]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 15111630436647325473,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 130510650071675
+                                            },
+                                            "slotId": {
+                                                "m_id": "{C3D9B9B6-AE19-48C9-91D8-DA6D1F07A70C}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 130506355104379
+                                            },
+                                            "slotId": {
+                                                "m_id": "{65CF52D0-FD16-4C34-89E3-EAD102D0918C}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 146427798870651
+                                },
+                                "Name": "srcEndpoint=(Greater Than (>): True), destEndpoint=(Less Than (<): In)",
+                                "Components": {
+                                    "Component_[13304971893112731747]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 13304971893112731747,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 98934050511483
+                                            },
+                                            "slotId": {
+                                                "m_id": "{882245A3-16A3-4A14-9EE9-81D2A5803CB9}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 138108447218299
+                                            },
+                                            "slotId": {
+                                                "m_id": "{65289A65-3081-41A1-AE10-CF969B595BCB}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 147093518801531
+                                },
+                                "Name": "srcEndpoint=(Less Than (<): True), destEndpoint=(GetTickDeltaTime: In)",
+                                "Components": {
+                                    "Component_[14485384149330645832]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 14485384149330645832,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 138108447218299
+                                            },
+                                            "slotId": {
+                                                "m_id": "{39F51C5F-1274-4ACB-B7BA-12D862B7F27A}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 130510650071675
+                                            },
+                                            "slotId": {
+                                                "m_id": "{28E9C508-78F1-434E-934D-63A2EA26C9FD}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 152603961842299
+                                },
+                                "Name": "srcEndpoint=(Less Than (<): False), destEndpoint=(Set Variable: In)",
+                                "Components": {
+                                    "Component_[7022417158628665702]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 7022417158628665702,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 138108447218299
+                                            },
+                                            "slotId": {
+                                                "m_id": "{95E4A42A-DF0C-4074-8467-0EB27C9BE3D8}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 151577464658555
+                                            },
+                                            "slotId": {
+                                                "m_id": "{CC224A5F-3C91-458C-90CB-F8185C7C54AD}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 256546465372795
+                                },
+                                "Name": "srcEndpoint=(Set Variable: Out), destEndpoint=(Set Variable: In)",
+                                "Components": {
+                                    "Component_[12808143098912746569]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 12808143098912746569,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 151577464658555
+                                            },
+                                            "slotId": {
+                                                "m_id": "{0F61C3A0-7D85-4453-B776-ED6352B5715B}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 114185479379579
+                                            },
+                                            "slotId": {
+                                                "m_id": "{16819C1E-F6BC-4C98-AB3D-7BB59C46DB51}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 279352741714555
+                                },
+                                "Name": "srcEndpoint=(Not Equal To (!=): False), destEndpoint=(If: In)",
+                                "Components": {
+                                    "Component_[5222145099171480278]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 5222145099171480278,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 85082780981883
+                                            },
+                                            "slotId": {
+                                                "m_id": "{C3217427-CDF6-48A8-A88E-0358AE444F2F}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 278317654596219
+                                            },
+                                            "slotId": {
+                                                "m_id": "{3D90E0D8-41AA-4AF4-87D7-708AD0E9E6DC}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 279692044130939
+                                },
+                                "Name": "srcEndpoint=(If: False), destEndpoint=(Get Variable: In)",
+                                "Components": {
+                                    "Component_[11040014798090044819]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 11040014798090044819,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 278317654596219
+                                            },
+                                            "slotId": {
+                                                "m_id": "{7F0BB12F-E4D3-43A3-9D61-1AF18E3062CB}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 85095665883771
+                                            },
+                                            "slotId": {
+                                                "m_id": "{1B9AD269-D381-4DEC-8714-C2467C3C10A2}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 299959994800763
+                                },
+                                "Name": "srcEndpoint=(If: True), destEndpoint=(If: In)",
+                                "Components": {
+                                    "Component_[6952065539971266051]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 6952065539971266051,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 278317654596219
+                                            },
+                                            "slotId": {
+                                                "m_id": "{A9F1C7CC-8911-46CD-A73C-E04C8D79FDF1}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 298985037224571
+                                            },
+                                            "slotId": {
+                                                "m_id": "{F0E6A6D5-EBD2-4626-B757-4228116F10E3}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 301394513877627
+                                },
+                                "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Play: In)",
+                                "Components": {
+                                    "Component_[13471807993901043769]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 13471807993901043769,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 300548405320315
+                                            },
+                                            "slotId": {
+                                                "m_id": "{7A279A63-E69D-47C3-92CD-1E04825EF570}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 300552700287611
+                                            },
+                                            "slotId": {
+                                                "m_id": "{7A6593E1-76C8-47B8-B076-DF0FDDFDB646}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 301467528321659
+                                },
+                                "Name": "srcEndpoint=(Get Variable: EntityId), destEndpoint=(Play: EntityId)",
+                                "Components": {
+                                    "Component_[2474748179638520800]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 2474748179638520800,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 300548405320315
+                                            },
+                                            "slotId": {
+                                                "m_id": "{956AF972-8D72-4056-A666-3614831B5D23}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 300552700287611
+                                            },
+                                            "slotId": {
+                                                "m_id": "{1169D80D-9F7E-4DF2-AD0B-5DC8C67971F9}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 302747428575867
+                                },
+                                "Name": "srcEndpoint=(If: False), destEndpoint=(Get Variable: In)",
+                                "Components": {
+                                    "Component_[17667288184652054832]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 17667288184652054832,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 298985037224571
+                                            },
+                                            "slotId": {
+                                                "m_id": "{7F966B86-58BC-4F56-96C3-90CBC283024F}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 300548405320315
+                                            },
+                                            "slotId": {
+                                                "m_id": "{1B9AD269-D381-4DEC-8714-C2467C3C10A2}"
+                                            }
+                                        }
+                                    }
+                                }
+                            },
+                            {
+                                "Id": {
+                                    "id": 303129680665211
+                                },
+                                "Name": "srcEndpoint=(Play: Out), destEndpoint=(Set Variable: In)",
+                                "Components": {
+                                    "Component_[15457196713095086058]": {
+                                        "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
+                                        "Id": 15457196713095086058,
+                                        "sourceEndpoint": {
+                                            "nodeId": {
+                                                "id": 300552700287611
+                                            },
+                                            "slotId": {
+                                                "m_id": "{E9FEC2EF-307F-468B-99B9-A58BA91119CA}"
+                                            }
+                                        },
+                                        "targetEndpoint": {
+                                            "nodeId": {
+                                                "id": 297593467820667
+                                            },
+                                            "slotId": {
+                                                "m_id": "{0CF748C7-5000-4F56-A583-B5D30F30CB1F}"
+                                            }
+                                        }
+                                    }
+                                }
+                            }
+                        ]
+                    },
+                    "versionData": {
+                        "_grammarVersion": 1,
+                        "_runtimeVersion": 1,
+                        "_fileVersion": 1
+                    },
+                    "m_variableCounter": 8,
+                    "GraphCanvasData": [
+                        {
+                            "Key": {
+                                "id": 85069896079995
+                            },
+                            "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": "Posts the Play event on a specified interval. If interval is 0, the sound will be stopped. Useful for testing distance attenuation.",
+                                                            "BackgroundColor": [
+                                                                0.9800000190734863,
+                                                                0.9700000286102295,
+                                                                0.6499999761581421
+                                                            ],
+                                                            "FontSettings": {
+                                                                "PixelSize": 16
+                                                            }
+                                                        },
+                                                        "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
+                                                            "$type": "GeometrySaveData",
+                                                            "Position": [
+                                                                2820.0,
+                                                                300.0
+                                                            ]
+                                                        },
+                                                        "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                                            "$type": "StylingComponentSaveData"
+                                                        },
+                                                        "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                                            "$type": "PersistentIdComponentSaveData",
+                                                            "PersistentId": "{DC565041-7CDA-4D27-9E4A-ACF7CA02C751}"
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        ],
+                                        "ViewParams": {
+                                            "Scale": 0.6225457797956726,
+                                            "AnchorX": 5422.89453125,
+                                            "AnchorY": 1246.49462890625
+                                        }
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85074191047291
+                            },
+                            "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": [
+                                            6500.0,
+                                            1200.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".setVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{02511622-B9C0-4DC9-9226-7ADA214378ED}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85078486014587
+                            },
+                            "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": [
+                                            6000.0,
+                                            1200.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{0151BB3C-55E7-4EB0-81E2-B48557AEF129}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85082780981883
+                            },
+                            "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": [
+                                            4560.0,
+                                            1200.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{B6260799-0654-408E-89B5-A5E9F40D3E6F}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85087075949179
+                            },
+                            "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": [
+                                            3520.0,
+                                            440.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".setVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{FFB5FFF5-5E87-47C9-93C0-506A3719BB0C}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85091370916475
+                            },
+                            "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": [
+                                            3080.0,
+                                            440.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{E6DB2552-D3B9-4E51-81F0-19BACF935294}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85095665883771
+                            },
+                            "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": [
+                                            5560.0,
+                                            2160.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".getVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{5F5C4EF5-ADDD-46BF-B14C-C50E8BC6620B}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85099960851067
+                            },
+                            "Value": {
+                                "ComponentData": {
+                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
+                                        "$type": "NodeSaveData"
+                                    },
+                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
+                                        "$type": "GeometrySaveData",
+                                        "Position": [
+                                            2820.0,
+                                            880.0
+                                        ]
+                                    },
+                                    "{9E81C95F-89C0-4476-8E82-63CCC4E52E04}": {
+                                        "$type": "EBusHandlerNodeDescriptorSaveData",
+                                        "EventIds": [
+                                            {
+                                                "Value": 245425936
+                                            },
+                                            {
+                                                "Value": 4273369222
+                                            }
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{3D93494B-B2AF-4FE8-9EB6-A0392961C027}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85104255818363
+                            },
+                            "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": [
+                                            5880.0,
+                                            2160.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".method"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{8851C180-B317-40B0-BDEA-084ED9AB5CD8}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85108550785659
+                            },
+                            "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": [
+                                            2540.0,
+                                            440.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{494D2135-C6A0-42FD-A899-6207204C9AA8}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85112845752955
+                            },
+                            "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": [
+                                            5140.0,
+                                            1200.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{CC004DF1-28AA-4BB6-9299-53F66A318411}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85117140720251
+                            },
+                            "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": [
+                                            5640.0,
+                                            1560.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".getVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{02C221D4-70BE-4C30-92E1-E4977112B29A}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85121435687547
+                            },
+                            "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": [
+                                            6300.0,
+                                            1560.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".setVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{A1438EC1-1394-4050-AF65-5B88F3A44468}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85125730654843
+                            },
+                            "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": [
+                                            2780.0,
+                                            440.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".getVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{C93D66A6-8EF0-4BA8-AA97-8C5A3411DC24}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85130025622139
+                            },
+                            "Value": {
+                                "ComponentData": {
+                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
+                                        "$type": "NodeSaveData"
+                                    },
+                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
+                                        "$type": "GeometrySaveData",
+                                        "Position": [
+                                            3660.0,
+                                            1080.0
+                                        ]
+                                    },
+                                    "{9E81C95F-89C0-4476-8E82-63CCC4E52E04}": {
+                                        "$type": "EBusHandlerNodeDescriptorSaveData",
+                                        "EventIds": [
+                                            {
+                                                "Value": 1502188240
+                                            }
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{5317B15D-CE7F-447D-B9E6-4ED038CC0E03}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85134320589435
+                            },
+                            "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": [
+                                            5640.0,
+                                            1200.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".method"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{0D9E94E1-9C12-433A-9C76-434CEC0113CE}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 85138615556731
+                            },
+                            "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": [
+                                            5980.0,
+                                            1560.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".method"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{3A60D0D0-4CD3-466C-9579-C98F57542AF8}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 98934050511483
+                            },
+                            "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": [
+                                            4420.0,
+                                            720.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{2091F59C-D8F3-4E3A-A40D-6D2F61FFE408}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 109692943587963
+                            },
+                            "Value": {
+                                "ComponentData": {
+                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
+                                        "$type": "NodeSaveData"
+                                    },
+                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
+                                        "$type": "GeneralNodeTitleComponentSaveData",
+                                        "PaletteOverride": "LogicNodeTitlePalette"
+                                    },
+                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
+                                        "$type": "GeometrySaveData",
+                                        "Position": [
+                                            4020.0,
+                                            1200.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{6B3325FD-9F1E-414C-A120-E85E3760E58D}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 111737348020859
+                            },
+                            "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": [
+                                            3220.0,
+                                            1160.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".setVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{688EBEA6-6DDE-4CC3-9A33-45B6A5C6F146}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 114185479379579
+                            },
+                            "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": [
+                                            5100.0,
+                                            980.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".setVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{BD1CA689-A40D-47D4-9402-4F6986B348C0}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 130506355104379
+                            },
+                            "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": [
+                                            6000.0,
+                                            720.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{792DC882-266A-45D3-B06E-F80482EAF8DC}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 130510650071675
+                            },
+                            "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": [
+                                            5640.0,
+                                            720.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".method"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{D6F3695B-BBEA-47E3-BCCA-1D696EAC0DBB}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 138108447218299
+                            },
+                            "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": [
+                                            5060.0,
+                                            720.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{93FF7531-AFAD-4830-91C1-CE93FBBABE28}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 151577464658555
+                            },
+                            "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": [
+                                            5640.0,
+                                            900.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".setVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{48CA2851-D7E0-4D11-BFD1-9533C332631E}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 278317654596219
+                            },
+                            "Value": {
+                                "ComponentData": {
+                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
+                                        "$type": "NodeSaveData"
+                                    },
+                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
+                                        "$type": "GeneralNodeTitleComponentSaveData",
+                                        "PaletteOverride": "LogicNodeTitlePalette"
+                                    },
+                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
+                                        "$type": "GeometrySaveData",
+                                        "Position": [
+                                            5060.0,
+                                            1780.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{F73AF988-89B4-4C09-8813-2CDEF92DD3B7}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 297593467820667
+                            },
+                            "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": [
+                                            6440.0,
+                                            1780.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".setVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{096E7993-D143-454B-9F80-7AC834114C66}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 298985037224571
+                            },
+                            "Value": {
+                                "ComponentData": {
+                                    "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
+                                        "$type": "NodeSaveData"
+                                    },
+                                    "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
+                                        "$type": "GeneralNodeTitleComponentSaveData",
+                                        "PaletteOverride": "LogicNodeTitlePalette"
+                                    },
+                                    "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
+                                        "$type": "GeometrySaveData",
+                                        "Position": [
+                                            5440.0,
+                                            1780.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{4F2B404C-811E-47D1-A69F-9551B752C6C2}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 300548405320315
+                            },
+                            "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": [
+                                            5760.0,
+                                            1780.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".getVariable"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{42FB7EC5-288E-4DD2-99D9-29F37E939BE5}"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "Key": {
+                                "id": 300552700287611
+                            },
+                            "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": [
+                                            6100.0,
+                                            1780.0
+                                        ]
+                                    },
+                                    "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
+                                        "$type": "StylingComponentSaveData",
+                                        "SubStyle": ".method"
+                                    },
+                                    "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
+                                        "$type": "PersistentIdComponentSaveData",
+                                        "PersistentId": "{39F8958D-A6D1-4F85-83DD-D9E4513B2964}"
+                                    }
+                                }
+                            }
+                        }
+                    ],
+                    "StatisticsHelper": {
+                        "InstanceCounter": [
+                            {
+                                "Key": 1244476766431948410,
+                                "Value": 2
+                            },
+                            {
+                                "Key": 3117476785392655547,
+                                "Value": 1
+                            },
+                            {
+                                "Key": 3688203001840879934,
+                                "Value": 4
+                            },
+                            {
+                                "Key": 3765469619007655124,
+                                "Value": 2
+                            },
+                            {
+                                "Key": 4199610336680704683,
+                                "Value": 1
+                            },
+                            {
+                                "Key": 4311967185202500159,
+                                "Value": 1
+                            },
+                            {
+                                "Key": 5842116757075334384,
+                                "Value": 1
+                            },
+                            {
+                                "Key": 5842116761103598202,
+                                "Value": 1
+                            },
+                            {
+                                "Key": 5842117451819972883,
+                                "Value": 1
+                            },
+                            {
+                                "Key": 7441100700879769985,
+                                "Value": 1
+                            },
+                            {
+                                "Key": 8452971738487658154,
+                                "Value": 3
+                            },
+                            {
+                                "Key": 8633844250441987563,
+                                "Value": 1
+                            },
+                            {
+                                "Key": 11807662466882785034,
+                                "Value": 2
+                            },
+                            {
+                                "Key": 13774516415083559837,
+                                "Value": 2
+                            },
+                            {
+                                "Key": 13774516553645833365,
+                                "Value": 1
+                            },
+                            {
+                                "Key": 13774516554630755481,
+                                "Value": 2
+                            },
+                            {
+                                "Key": 15048679249783091452,
+                                "Value": 3
+                            },
+                            {
+                                "Key": 16883864771291515098,
+                                "Value": 1
+                            }
+                        ]
+                    }
+                },
+                "Component_[761244686732850358]": {
+                    "$type": "EditorGraphVariableManagerComponent",
+                    "Id": 761244686732850358,
+                    "m_variableData": {
+                        "m_nameVariableMap": [
+                            {
+                                "Key": {
+                                    "m_id": "{26A87A65-A9D5-4C40-A017-6EC9136A08BA}"
+                                },
+                                "Value": {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 0
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "bool",
+                                        "value": false
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{26A87A65-A9D5-4C40-A017-6EC9136A08BA}"
+                                    },
+                                    "VariableName": "IsLoop",
+                                    "InitialValueSource": 1
+                                }
+                            },
+                            {
+                                "Key": {
+                                    "m_id": "{2C4729EC-165A-4F60-8B83-CF62FF3C8E9D}"
+                                },
+                                "Value": {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 3
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "double",
+                                        "value": 0.0
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{2C4729EC-165A-4F60-8B83-CF62FF3C8E9D}"
+                                    },
+                                    "VariableName": "InitialDelay",
+                                    "InitialValueSource": 1
+                                }
+                            },
+                            {
+                                "Key": {
+                                    "m_id": "{ADEACF8F-3F75-4709-89E6-C573BBE04225}"
+                                },
+                                "Value": {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 3
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "double",
+                                        "value": 0.0
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{ADEACF8F-3F75-4709-89E6-C573BBE04225}"
+                                    },
+                                    "VariableName": "Timer"
+                                }
+                            },
+                            {
+                                "Key": {
+                                    "m_id": "{BE25183B-D17F-4162-87CB-7C7C80F34115}"
+                                },
+                                "Value": {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 1
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "EntityId",
+                                        "value": {
+                                            "id": 2901262558
+                                        }
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{BE25183B-D17F-4162-87CB-7C7C80F34115}"
+                                    },
+                                    "VariableName": "AudioSource",
+                                    "InitialValueSource": 1
+                                }
+                            },
+                            {
+                                "Key": {
+                                    "m_id": "{C087A563-5298-4C3C-8212-272708FE530F}"
+                                },
+                                "Value": {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 3
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "double",
+                                        "value": 0.5
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{C087A563-5298-4C3C-8212-272708FE530F}"
+                                    },
+                                    "VariableName": "Interval",
+                                    "InitialValueSource": 1
+                                }
+                            },
+                            {
+                                "Key": {
+                                    "m_id": "{DF1A7627-77DD-4DB6-BEAB-46CE4FC96491}"
+                                },
+                                "Value": {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 0
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "bool",
+                                        "value": false
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{DF1A7627-77DD-4DB6-BEAB-46CE4FC96491}"
+                                    },
+                                    "VariableName": "IsActive"
+                                }
+                            },
+                            {
+                                "Key": {
+                                    "m_id": "{EA079616-7CEC-472E-916F-43F3B93D7CBA}"
+                                },
+                                "Value": {
+                                    "Datum": {
+                                        "isOverloadedStorage": false,
+                                        "scriptCanvasType": {
+                                            "m_type": 0
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "bool",
+                                        "value": false
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{EA079616-7CEC-472E-916F-43F3B93D7CBA}"
+                                    },
+                                    "VariableName": "IsLooping"
+                                }
+                            }
+                        ]
+                    }
+                }
+            }
+        }
+    }
+}

Some files were not shown because too many files changed in this diff