mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
34 lines
680 B
JSON
34 lines
680 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |