ZenlessData/Data/AbyssS2_GlobalBuff_06.json

39 lines
776 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "AbyssS2_GlobalBuff_06",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.3
},
"AS_Duration": {
"Value": 18
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "DamageUpModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"DamageUpModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Replace",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
}
}
}