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

38 lines
754 B
JSON

{
"States": [
{
"State": "Locked",
"Behavior": "EnableTrigger",
"EnableBillboard": false
},
{
"Behavior": "EnableTrigger"
},
{
"State": "Open",
"EnableBillboard": false
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Open"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_console_start"
}
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json",
"BillboardIconMaxDistance": 15
}