mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
91 lines
1.9 KiB
JSON
91 lines
1.9 KiB
JSON
{
|
|
"States": [
|
|
{
|
|
"AnimName": "Closed"
|
|
},
|
|
{
|
|
"State": "Open",
|
|
"AnimName": "Opened"
|
|
}
|
|
],
|
|
"DisableAnimEventLayers": [
|
|
"Dissolve Layer"
|
|
],
|
|
"AnimatorStateGroupEvents": [
|
|
{
|
|
"States": [
|
|
{
|
|
"Name": "Closed"
|
|
},
|
|
{
|
|
"Name": "UnActiving"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.RemoveEffect",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
|
|
},
|
|
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Common_GameplayProp_EnergyBridge_Blue_Loop_Lod0.prefab"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"States": [
|
|
{
|
|
"Name": "Opened"
|
|
},
|
|
{
|
|
"Name": "Activing"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerEffectList",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
|
|
},
|
|
"EffectList": [
|
|
{
|
|
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Common_GameplayProp_EnergyBridge_Blue_Loop_Lod0.prefab",
|
|
"AttachPoint": "Root"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"States": [
|
|
{
|
|
"Name": "Activing"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerSound",
|
|
"SoundName": {
|
|
"Value": "Ev_sfx_hertaspacestation_energy_bridge_appear"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"States": [
|
|
{
|
|
"Name": "UnActiving"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerSound",
|
|
"SoundName": {
|
|
"Value": "Ev_sfx_hertaspacestation_energy_bridge_disappear"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"LodTemplate": "Prop_Huge",
|
|
"DefaultLevelGraphPath": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json"
|
|
} |