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

121 lines
3.0 KiB
JSON

{
"States": [
{
"AnimName": "Closed"
},
{
"State": "Open",
"AnimName": "Opened"
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Closed"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectList": [
{
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Rogue_MAZ_Portal_03_Green.prefab",
"AttachPoint": "Root"
}
]
},
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_rogue_portal_01_idle"
}
}
],
"OnExit": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_rogue_portal_01_idle_stop"
}
},
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Rogue_MAZ_Portal_03_Green.prefab"
}
]
},
{
"States": [
{
"Name": "Opened"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectList": [
{
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Rogue_MAZ_Portal_03_Green_Opened.prefab",
"AttachPoint": "Root"
},
{
"EffectPath": "Stages/OriginalResPos/InteractiveProp/Rogue/Rogue_GameplayProp_Portal_01/Eff_Rogue_MAZ_NextRoom_IntensifyIcon.prefab",
"AttachPoint": "Root"
}
]
},
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_rogue_portal_01_enable"
}
}
],
"OnExit": [
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Rogue_MAZ_Portal_03_Green_Opened.prefab"
},
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_rogue_portal_01_idle_stop"
}
}
]
},
{
"States": [
{
"Name": "Opened",
"NormalizedTime": 1
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_rogue_portal_01_idle"
}
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Maze/MazeRogueV3/DesignBackUp_Prop_RogueLobby_Portal_01.json"
}