ZenlessData/Data/AbyssS2_GlobalBuff_02.json

42 lines
971 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "AbyssS2_GlobalBuff_02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.18
},
"AS_AddedStunRatio": {
"Value": 0.18
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": false,
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedStunRatio",
"Target": "Self"
}
]
}
}