ZenlessData/Data/Card_Edrink_2000209.json

47 lines
1006 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Card_Edrink_2000209",
"AbilitySpecials": {
"DamageupRatio": {
"Value": 1
},
"StunRatio": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%DamageupRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%StunRatio",
"Target": "Self"
}
]
}
}