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

30 lines
565 B
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "FireArea_Loop"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_belobog_bonfire_01_loop"
}
}
],
"OnExit": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_belobog_bonfire_01_loop_stop"
}
}
]
}
]
}