ZenlessData/Data/Guardian_Ability_StunEffect.json
2024-08-13 22:59:23 -03:00

138 lines
3.6 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Idle_LevelSpecial",
"IsLoop": true,
"LayerIndex": 0,
"ModifierNameList": [
"Stun_SFX",
"Stun_SFX_Arm"
],
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"AnimatorStateName": "Stun_Start_Front",
"IsLoop": false,
"LayerIndex": 0,
"ModifierNameList": [
"Stun_SFX",
"Stun_SFX_Arm"
],
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"AnimatorStateName": "Stun_Start_Back",
"IsLoop": false,
"LayerIndex": 0,
"ModifierNameList": [
"Stun_SFX",
"Stun_SFX_Arm"
],
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"AnimatorStateName": "OverLoad_Stun_Loop",
"IsLoop": true,
"LayerIndex": 0,
"ModifierNameList": [
"Stun_SFX",
"Stun_SFX_Arm"
],
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"AnimatorStateName": "Stun_Loop",
"IsLoop": true,
"LayerIndex": 0,
"ModifierNameList": [
"Stun_SFX",
"Stun_SFX_Arm"
],
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
}
]
}
],
"AbilityName": "Guardian_Ability_StunEffect",
"AbilityStacking": "Unique",
"Modifiers": {
"Stun_SFX": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "knee_R",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Monster_Guardian_Stun_01_Spark",
"Target": "Self"
}
]
},
"Stun_SFX_Arm": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "Bip001 L UpperArm",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Monster_Guardian_Stun_01_Spark",
"Target": "Self"
}
]
}
}
}