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

31 lines
698 B
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Disappear"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_hertaspacestation_transparentwall_idle"
}
}
],
"OnExit": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_hertaspacestation_transparentwall_idle_stop"
}
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_TransparentWall_01.json"
}