ZenlessData/Data/Level_Buff_DiscBattle03_Abnormal.json
2024-08-13 22:59:23 -03:00

30 lines
703 B
JSON

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