mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
26 lines
543 B
JSON
26 lines
543 B
JSON
|
{
|
||
|
"AbilityName": "Card_Gun_1000307",
|
||
|
"AbilitySpecials": {
|
||
|
"StunRatio": {
|
||
|
"Value": 30
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnDamageCalculated": [
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByHitResult",
|
||
|
"HitResult": "Critical"
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_AddedBreakStunRatio",
|
||
|
"PropertyValue": "%StunRatio",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|