mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
34 lines
698 B
JSON
34 lines
698 B
JSON
{
|
|
"AbilityName": "Card_Gun_2000304",
|
|
"AbilitySpecials": {
|
|
"AS_BreakStunRatio": {
|
|
"Value": 0.2
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnDamageCalculated": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "BreakStunModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHitResult",
|
|
"HitResult": "Critical"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"BreakStunModifier": {
|
|
"Duration": 3,
|
|
"ModifierStacking": "Replace",
|
|
"Properties": {
|
|
"Actor_AddedBreakStunRatio": "%AS_BreakStunRatio"
|
|
}
|
|
}
|
|
}
|
|
} |