ZenlessData/Data/AbyssS2_ElementAbnormalBuild_Card_A02.json

71 lines
1.7 KiB
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_ElementAbnormalBuild_Card_A02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.15,
"ValueType": "Float"
},
"AS_Duration": {
"Value": 10,
"ValueType": "Float"
},
"StunDamageTakeRatio": {
"Value": 0.15,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssS2_ElementAbnormalBuild_Card_A02_TriggerModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
}
],
"Target": "Target"
}
]
},
"Modifiers": {
"AbyssS2_ElementAbnormalBuild_Card_A02_TriggerModifier": {
"Duration": "%AS_Duration",
"IsUnique": true,
"ModifierStacking": "Replace",
"OnBuffDamageBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Frozen",
"Frostbite",
"Frost",
"Strike",
"Burn",
"Ignite",
"Electric",
"Overload",
"Erosion",
"Chaos"
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
],
"Properties": {
"Actor_StunDamageTakeRatio": "%StunDamageTakeRatio"
}
}
}
}