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

47 lines
803 B
JSON

{
"States": [
{
"AnimName": "Closed"
},
{
"State": "Open",
"AnimName": "Opened"
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Open"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_xianzhou_container_02_dooropen"
}
}
]
},
{
"States": [
{
"Name": "Close"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_xianzhou_container_02_doorclose"
}
}
]
}
],
"LodTemplate": "Prop_Huge"
}