ZenlessData/Data/Guardian_Ability_StunEffect.json

138 lines
3.5 KiB
JSON
Raw Permalink Normal View History

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