52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"AbilityName": "AbyssS2_GlobalBuff_17",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.2
|
|
},
|
|
"AS_AddedStunRatio": {
|
|
"Value": 0.2
|
|
},
|
|
"AS_Duration": {
|
|
"Value": 20
|
|
},
|
|
"AS_StackNum": {
|
|
"Value": 20
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"PropertyKey": "Actor_AddedBreakStunRatio",
|
|
"PropertyValue": "%AS_AddedStunRatio",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AddedDamage_Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"AttackNormal",
|
|
"Normal"
|
|
]
|
|
}
|
|
],
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"AddedDamage_Modifier": {
|
|
"Duration": "%AS_Duration",
|
|
"MaxStackingNumber": "%AS_StackNum",
|
|
"ModifierStacking": "MultipleAllRefresh",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
|
|
}
|
|
}
|
|
}
|
|
} |