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

57 lines
1.0 KiB
JSON

{
"States": [
{
"AnimName": "StandBy"
},
{
"State": "Open",
"AnimName": "Used",
"EnableBillboard": false
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Activing"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_belobog_elevator_control_down"
}
}
]
},
{
"States": [
{
"Name": "Open"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_elevator_control"
}
}
]
},
{
"States": [
{
"Name": "StandBy"
}
],
"OnEnter": []
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json",
"BillboardIconMaxDistance": 15
}