mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
38 lines
844 B
JSON
38 lines
844 B
JSON
{
|
|
"AbilityName": "DeathXIII_AddBreakStunRatio",
|
|
"AbilitySpecials": {
|
|
"AS_AddedBreakStunRatio": {
|
|
"Value": 2
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnBeingHitPre": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByOr",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"ParryAid"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"AssaultAid"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedBreakStunRatio",
|
|
"PropertyValue": "%AS_AddedBreakStunRatio",
|
|
"Target": "Target"
|
|
}
|
|
]
|
|
}
|
|
} |