Files
turnbasedgamedata/Config/Props/Chap04/Prop_Chap04_LobbyStatue_01_Config.json
2025-02-24 07:50:34 -03:00

53 lines
1.0 KiB
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Activating01"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_amphoreus_statue_large_lighton"
}
}
]
},
{
"States": [
{
"Name": "LeftActivating01"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_amphoreus_statue_large_energy"
}
}
]
},
{
"States": [
{
"Name": "RightActivating01"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_amphoreus_statue_large_energy"
}
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap04/InitLevelGraph_Prop_Chap04_LobbyStatue_01.json"
}