1
0
ZenlessData/Data/JsonBytes/NewAbility/AbyssS2Ability/AbyssS2_GlobalBuff/AbyssS2_GlobalBuff_26.json
2025-04-22 20:22:46 -03:00

31 lines
662 B
JSON

{
"AbilityName": "AbyssS2_GlobalBuff_26",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.15
},
"AS_MaxHPRatio_Add": {
"Value": 0.15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Ether"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
],
"Properties": {
"Actor_MaxHPRatio": "%AS_MaxHPRatio_Add"
}
}
}