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

44 lines
1.1 KiB
JSON

{
"States": [
{
"State": "Open",
"Behavior": "DisableTrigger"
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Opened"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectList": [
{
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Common_MAZ_Entrance_BlockLine.prefab",
"AttachPoint": "Root"
}
]
}
],
"OnExit": [
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Common_MAZ_Entrance_BlockLine.prefab"
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvAreaReady.json"
}