{ "AbilityName": "Card_Armor_2000402", "AbilitySpecials": { "AS_IntervalCD": { "Value": 10 }, "Duration": { "Value": -1 }, "RecoverPercentage": { "Value": 0 }, "ShieldAmount": { "Value": 0.2 } }, "AbilityStacking": "Unique", "DefaultModifier": { "ModifierStacking": "Unique", "OnAdded": [ { "$type": "ApplyModifier", "ModifierName": "GetShieldModifier", "Target": "Self" } ] }, "Modifiers": { "BloodhandModifier": { "ModifierMixins": [ { "$type": "HpShieldMixin", "AddedActions": [ { "$type": "FireEffect", "EffectPattern": "Buff_Common_Defense", "Target": "Self" }, { "$type": "ModifyMaterialPropertyAction", "Tag": "CommonDefenseMaterial", "Target": "Self", "key": "Common_MA_Buff_Defence_RimGlow_01" } ], "Duration": "%Duration", "IfTakeRestDamageWhenEmpty": true, "Priority": 1, "RecoverAmount": 0, "RecoverPercentage": "%RecoverPercentage", "Tag": "BloodHand", "TotalValueConfig": { "Amount": 0, "Percentage": "%ShieldAmount", "PropertyType": "MaxHP" } } ], "ModifierStacking": "Replace" }, "CDController": { "Duration": "%AS_IntervalCD", "ModifierStacking": "Unique", "OnAdded": [ { "$type": "RemoveModifier", "ModifierName": "GetShieldModifier", "ModifierTargetType": "SameNameAbility", "Target": "TeamAvatars" } ], "OnRemoved": [ { "$type": "ApplyModifier", "ModifierName": "GetShieldModifier", "Target": "TeamAvatars" } ] }, "GetShieldModifier": { "Duration": -1, "ModifierStacking": "Unique", "OnHitOther": [ { "$type": "ApplyModifier", "ModifierName": "BloodhandModifier", "Predicates": [ { "$type": "ByAnimTagList", "TagList": [ "AttackSpecial", "ExSp" ] } ], "Target": "Self" }, { "$type": "ApplyModifier", "ModifierName": "CDController", "Predicates": [ { "$type": "ByAnimTagList", "TagList": [ "AttackSpecial", "ExSp" ] } ], "Target": "TeamAvatars" } ] } } }