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

85 lines
2.0 KiB
JSON

{
"AbilityName": "GamePlay_EliteShieldClear",
"AbilitySpecials": {
"HpPercentage": {
"Value": 0.01
},
"ShieldAmount": {
"Value": 0.01
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "TriggerHit_Modifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "AddEffect_Modifier",
"Target": "Self"
}
]
},
"Modifiers": {
"AddEffect_Modifier": {
"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": "RootPoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_RandomSkill_ElectricShield_Attack",
"Target": "Self"
}
]
},
"TriggerHit_Modifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_GroundHitIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Hit",
"ParamType": 1,
"Target": "Self"
}
]
}
}
}