ZenlessData/Data/Card_Blunt_2000710.json

34 lines
680 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Card_Blunt_2000710",
"AbilitySpecials": {
"AddedStunRatio": {
"Value": 0.5
},
"Duration": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnDodgeSuccess": [
{
"$type": "ApplyModifier",
"ModifierName": "DodgeModifier"
}
]
},
"Modifiers": {
"DodgeModifier": {
"Duration": "%Duration",
"ModifierStacking": "Refresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AddedStunRatio",
"Target": "Self"
}
]
}
}
}