mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
79 lines
1.6 KiB
JSON
79 lines
1.6 KiB
JSON
{
|
|
"States": [
|
|
{
|
|
"State": "Locked",
|
|
"AnimName": "Closed",
|
|
"EffectAnimName": "Closed",
|
|
"Behavior": "EnableTrigger",
|
|
"EnableBillboard": false
|
|
},
|
|
{
|
|
"AnimName": "Closed",
|
|
"EffectAnimName": "Close",
|
|
"Behavior": "EnableTrigger"
|
|
},
|
|
{
|
|
"State": "Open",
|
|
"AnimName": "Opened",
|
|
"EffectAnimName": "Open",
|
|
"Behavior": "EnableTrigger"
|
|
}
|
|
],
|
|
"ResidentEffects": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerEffect",
|
|
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Chap00_GameplayProp_BaseConsole_03_Lod0.prefab",
|
|
"SyncPropState": true
|
|
}
|
|
],
|
|
"DisableAnimEventLayers": [
|
|
"Dissolve Layer"
|
|
],
|
|
"AnimatorStateGroupEvents": [
|
|
{
|
|
"States": [
|
|
{
|
|
"Name": "Open"
|
|
},
|
|
{
|
|
"Name": "Close"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerSound",
|
|
"SoundName": {
|
|
"Value": "Ev_sfx_hertaspacestation_console03_open"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"States": [
|
|
{
|
|
"Name": "Closed"
|
|
},
|
|
{
|
|
"Name": "Opened"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerSound",
|
|
"SoundName": {
|
|
"Value": "Ev_sfx_hertaspacestation_console01_idle"
|
|
}
|
|
}
|
|
],
|
|
"OnExit": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerSound",
|
|
"SoundName": {
|
|
"Value": "Ev_sfx_hertaspacestation_console01_idle_stop"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"BillboardIconMaxDistance": 15
|
|
} |