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