{ "AbilityName": "AbyssS2_BurningBloodBuild_Card_A01", "AbilitySpecials": { "AS_AddedDamageRatio": { "Value": 0.18 }, "AS_Duration_Buff": { "Value": 10 }, "AS_HpDecreaseAmount": { "Value": 0.05 }, "AS_HptoAddedDamageRatio": { "Value": 0.05 }, "AS_SPRecover": { "Value": 10 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnSkillStart": [ { "$type": "BranchOperator", "Conditions": [ { "$type": "ByFromSkillType", "SkillType": "ExQTE", "Target": "Self" } ], "SuccessActions": [ { "$type": "SetAbilitySpecialByExpression", "Expression": "property(CurHP)*0.2", "ParamName": "AS_HpDecreaseAmount", "Target": "Self", "ValueType": "Float" }, { "$type": "SetAbilitySpecialByExpression", "Expression": "property(CurHP)*0.2*specials(AS_HptoAddedDamageRatio)\/100", "ParamName": "AS_AddedDamageRatio", "Target": "Self", "ValueType": "Float" }, { "$type": "DecreaseHPAction", "Amount": "%AS_HpDecreaseAmount", "IgnoreInvincible": true, "Target": "Caster" }, { "$type": "ApplyModifier", "ModifierName": "EXQTEModifier" }, { "$type": "RecoverSPAction", "Amount": "%AS_SPRecover", "Target": "Self" } ] } ] }, "Modifiers": { "EXQTEModifier": { "Duration": "%AS_Duration_Buff", "ModifierStacking": "Refresh", "Properties": { "Actor_AddedDamageRatio": "%AS_AddedDamageRatio" } } } }