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

38 lines
763 B
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Open"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_hertaspacestation_autodoor05_open"
}
}
]
},
{
"States": [
{
"Name": "Close"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_hertaspacestation_autodoor05_close"
}
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json"
}