{ "States": [ { "AnimName": "Closed" }, { "State": "Open", "AnimName": "Opened" } ], "DisableAnimEventLayers": [ "Dissolve Layer" ], "AnimatorStateGroupEvents": [ { "States": [ { "Name": "Open" } ], "OnEnter": [ { "$type": "RPG.GameCore.TriggerSound", "SoundName": { "Value": "Ev_sfx_hertaspacestation_monitor_hack_01" } } ] }, { "States": [ { "Name": "QucikOpen" } ], "OnEnter": [ { "$type": "RPG.GameCore.TriggerSound", "SoundName": { "Value": "Ev_sfx_hertaspacestation_monitor_hack_02" } } ] }, { "States": [ { "Name": "Opened" } ], "OnEnter": [ { "$type": "RPG.GameCore.TriggerSound", "SoundName": { "Value": "Ev_sfx_hertaspacestation_monitor_hack_idle" } } ], "OnExit": [ { "$type": "RPG.GameCore.TriggerSound", "SoundName": { "Value": "Ev_sfx_hertaspacestation_monitor_hack_idle_stop" } } ] } ] }