ZenlessData/Data/AbyssS2_GlobalBuff_04.json

44 lines
939 B
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_GlobalBuff_04",
"AbilitySpecials": {
"AS_DamageUpRatio": {
"Value": 0.18
},
"AS_DamageUpRatio_Duration": {
"Value": 18
},
"AS_ElementMysteryDelta": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "DamageUpModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Disorder"
]
}
],
"Target": "Self"
}
],
"Properties": {
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
},
"Modifiers": {
"DamageUpModifier": {
"Duration": "%AS_DamageUpRatio_Duration",
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio_Elec": "%AS_DamageUpRatio"
}
}
}
}