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

42 lines
917 B
JSON

{
"AnimEventConfigList": [
"Config/ConfigAnimEvents/Prop/Audio/Prop_Chap03_Elevator_01_Audio_AnimEvent.json"
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "GoMove"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_penacony_dreamfluxreef_elevator_start"
}
}
]
},
{
"States": [
{
"Name": "GoStop"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_penacony_dreamfluxreef_elevator_end"
},
"IsPropLodLoop": true
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Elevator_02.json"
}