ZenlessData/Data/Device_Prop_SkyScraper_AntiTheftWall_StateChange_TwoPack.json
2024-11-04 02:05:40 -03:00

275 lines
6.5 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierSectionEditionMixin",
"ConfigList": [
{
"AnimatorStateName": "Idle_Unactive",
"IsLoop": false,
"LayerIndex": 0,
"ModifierNameList": [
"Close_All_Collider"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "Active_Start",
"IsLoop": false,
"LayerIndex": 0,
"ModifierNameList": [
"Open_All_Collider",
"AntiTheftWall_SFX"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "Active",
"IsLoop": false,
"LayerIndex": 0,
"ModifierNameList": [
"Open_All_Collider",
"AntiTheftWall_SFX",
"Mute_LaserBlock"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "Close",
"IsLoop": false,
"LayerIndex": 0,
"ModifierNameList": [
"Open_All_Collider",
"AntiTheftWall_SFX"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
}
]
}
],
"AbilityName": "Device_Prop_SkyScraper_AntiTheftWall_StateChange_TwoPack",
"AbilityStacking": "Unique",
"Modifiers": {
"AntiTheftWall_SFX": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyLayeredEffectAction",
"effectName": "Eff_Device_Prop_LaserWall_01_01_StateEffect",
"isActive": "true",
"layersIndex": [
0,
5,
10,
15
]
},
{
"$type": "ModifyLayeredEffectAction",
"effectName": "Eff_Device_Prop_LaserWall_01_01_StateEffect",
"isActive": "false",
"layersIndex": [
20,
25,
1,
6,
11,
16,
21,
26,
2,
7,
12,
17,
22,
27,
3,
8,
13,
18,
23,
28,
4,
9,
14,
19,
24,
29
]
},
{
"$type": "ModifyLayeredEffectAction",
"effectName": "Eff_Device_Prop_LaserWall_01_02_StateEffect",
"isActive": "true",
"layersIndex": [
0,
5,
10,
15
]
},
{
"$type": "ModifyLayeredEffectAction",
"effectName": "Eff_Device_Prop_LaserWall_01_02_StateEffect",
"isActive": "false",
"layersIndex": [
20,
25,
1,
6,
11,
16,
21,
26,
2,
7,
12,
17,
22,
27,
3,
8,
13,
18,
23,
28,
4,
9,
14,
19,
24,
29
]
}
]
},
"Close_All_Collider": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PushHullColliderEnable",
"HullColliderEnable": false,
"Tag": "AntiTheftWall_HullCollider",
"Target": "Self"
},
{
"$type": "PushHitColliderEnable",
"HitColliderEnable": false,
"Tag": "AntiTheftWall_HitCollider",
"Target": "Self"
},
{
"$type": "PushWallColliderEnable",
"Tag": "AntiTheftWall_WallCollider",
"Target": "Self",
"WallColliderEnable": false
},
{
"$type": "PushPointGameObjectControlAction",
"AttachPointNameList": [
"NavMeshObstacle"
],
"IsActive": false,
"Tag": "AntiTheftWall_Navmesh_Control"
}
],
"OnRemoved": [
{
"$type": "PopHullColliderEnable",
"Tag": "AntiTheftWall_HullCollider",
"Target": "Self"
},
{
"$type": "PopHitColliderEnable",
"Tag": "AntiTheftWall_HitCollider",
"Target": "Self"
},
{
"$type": "PopWallColliderEnable",
"Tag": "AntiTheftWall_WallCollider",
"Target": "Self"
},
{
"$type": "PopPointGameObjectControlAction",
"Tag": "AntiTheftWall_Navmesh_Control"
}
]
},
"Mute_LaserBlock": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "MuteLaserHitBlockAction",
"Mute": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "MuteLaserHitBlockAction",
"Mute": false,
"Target": "Self"
}
]
},
"Open_All_Collider": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PushHullColliderEnable",
"HullColliderEnable": true,
"Tag": "AntiTheftWall_HullCollider",
"Target": "Self"
},
{
"$type": "PushHitColliderEnable",
"HitColliderEnable": true,
"Tag": "AntiTheftWall_HitCollider",
"Target": "Self"
},
{
"$type": "PushWallColliderEnable",
"Tag": "AntiTheftWall_WallCollider",
"Target": "Self",
"WallColliderEnable": true
},
{
"$type": "PushPointGameObjectControlAction",
"AttachPointNameList": [
"NavMeshObstacle"
],
"IsActive": true,
"Tag": "AntiTheftWall_Navmesh_Control"
}
],
"OnRemoved": [
{
"$type": "PopHullColliderEnable",
"Tag": "AntiTheftWall_HullCollider",
"Target": "Self"
},
{
"$type": "PopHitColliderEnable",
"Tag": "AntiTheftWall_HitCollider",
"Target": "Self"
},
{
"$type": "PopWallColliderEnable",
"Tag": "AntiTheftWall_WallCollider",
"Target": "Self"
},
{
"$type": "PopPointGameObjectControlAction",
"Tag": "AntiTheftWall_Navmesh_Control"
}
]
}
}
}