29 lines
640 B
JSON
29 lines
640 B
JSON
{
|
|
"AbilityName": "Coop_QingYi_Upgrade",
|
|
"AbilitySpecials": {
|
|
"AS_AddedBreakStunRatio": {
|
|
"Value": 0.1
|
|
},
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.1
|
|
},
|
|
"AS_BaseAtkRatio": {
|
|
"Value": 0.15
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"PropertyKey": "Actor_AddedBreakStunRatio",
|
|
"PropertyValue": "%AS_AddedBreakStunRatio",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio",
|
|
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio"
|
|
}
|
|
}
|
|
} |