ZenlessData/Data/Abyss_FixedLayerBuff_07.json

30 lines
693 B
JSON
Raw Normal View History

{
"AbilityName": "Abyss_FixedLayerBuff_07",
"AbilitySpecials": {
"AS_AddedAccumulationRatio": {
"Value": 0.5
},
"AS_AddedDamageRatio": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedAccumulationRatio",
"Target": "Self"
}
]
}
}