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

121 lines
3.1 KiB
JSON

{
"States": [],
"ResidentEffects": [
{
"$type": "RPG.GameCore.TriggerEffect",
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap02_Prop_SuiGardenElevator_01_Resident01_Lod0.prefab",
"AttachPoint": "EffRoot",
"SyncPropState": true
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Moving"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap02_Prop_SuiGardenElevator_01_LightWall01_Lod0.prefab",
"AttachPoint": "EffRoot"
},
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_suigarden_elevator_start"
}
}
],
"OnExit": [
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap02_Prop_SuiGardenElevator_01_LightWall01_Lod0.prefab"
},
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_suigarden_elevator_end"
}
}
]
},
{
"States": [
{
"Name": "Closing1"
},
{
"Name": "Closing2"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_suigarden_elevator_unlock"
}
}
]
},
{
"States": [
{
"Name": "Opening1"
},
{
"Name": "Opening2"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_suigarden_elevator_lock"
}
}
]
},
{
"States": [
{
"Name": "Locked"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap02_Prop_SuiGardenElevator_01_Resident01_Lod0.prefab"
}
],
"OnExit": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap02_Prop_SuiGardenElevator_01_Resident01_Lod0.prefab",
"AttachPoint": "EffRoot",
"SyncPropState": true
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Elevator_01.json"
}