ZenlessData/Data/AbyssS2_GlobalBuff_01.json

43 lines
965 B
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_GlobalBuff_01",
"AbilitySpecials": {
"AS_Buff_Duration": {
"Value": 10
},
"AS_CriticalDamage": {
"Value": 0.18
},
"AS_ElementMysteryDelta": {
"Value": 0.18
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "GlobalBuff_Period1_02_Modifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite"
]
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"GlobalBuff_Period1_02_Modifier": {
"Duration": "%AS_Buff_Duration",
"ModifierStacking": "Replace",
"Properties": {
"Actor_CriticalDamageRatioDelta": "%AS_CriticalDamage",
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
}
}
}