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

34 lines
718 B
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Clockwise01"
},
{
"Name": "Clockwise02"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_amphoreus_statue_move"
}
}
],
"OnExit": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_amphoreus_statue_move_stop"
}
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap04/InitLevelGraph_Prop_Chap04_RotatingStatue_01.json"
}