ZenlessData/Data/Level_Buff_DiscBattle03_Abnormal.json

30 lines
703 B
JSON
Raw Permalink Normal View History

{
"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"
}
]
}
}