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

46 lines
746 B
JSON

{
"States": [
{
"AnimName": "Closed"
},
{
"State": "Open",
"AnimName": "Opened"
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Closed"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_starcore_idle"
}
}
]
},
{
"States": [
{
"Name": "Opened"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_starcore_idle_stop"
}
}
]
}
]
}