1
0
ZenlessData/Data/AbyssS2_GlobalBuff_23.json
2025-03-11 21:10:23 -03:00

53 lines
1.1 KiB
JSON

{
"AbilityName": "AbyssS2_GlobalBuff_23",
"AbilitySpecials": {
"AS_AddedDamageRatio_Ether": {
"Value": 0.2
},
"AS_CritDamageRatioDelta": {
"Value": 0.1
},
"AS_Duration": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "Buff_Modifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExSp",
"Target": "Self"
}
]
}
],
"Target": "Self"
}
],
"Properties": {
"Actor_AddedDamageRatio_Ether": "%AS_AddedDamageRatio_Ether"
}
},
"Modifiers": {
"Buff_Modifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"Properties": {
"Actor_CriticalDamageRatioDelta": "%AS_CritDamageRatioDelta"
}
}
}
}