Files
turnbasedgamedata/Config/Props/Chap00/Prop_Chap00_Monitor_01_Config.json
2024-10-21 03:16:22 -03:00

69 lines
1.2 KiB
JSON

{
"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"
}
}
]
}
]
}