ZenlessData/Data/Level_Buff_DiscBattle08.json

46 lines
1002 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Level_Buff_DiscBattle08",
"AbilitySpecials": {
"AS_AddedAccumulationRatio": {
"Value": 0.3
},
"AS_DisorderDamageRatio": {
"Value": 0.8
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ElementAddBuff",
"Target": "Self"
}
],
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_DisorderDamageRatio",
"Target": "Self"
}
]
},
"Modifiers": {
"ElementAddBuff": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedElementAccumulationRatio": "%AS_AddedAccumulationRatio"
}
}
}
}