{ "AbilityName": "Card_Exchange_2001609", "AbilitySpecials": { "AS_RecoverSp": { "Value": 40 }, "Duration": { "Value": 5 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnSkillStart": [ { "$type": "ApplyModifier", "ModifierName": "ExchangeToSPModifier", "Predicates": [ { "$type": "ByOr", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "EvadeAid", "Target": "Self" }, { "$type": "ByFromSkillType", "SkillType": "ParryAid", "Target": "Self" } ] } ], "Target": "Self" } ] }, "Modifiers": { "ExchangeToSPModifier": { "Duration": "%Duration", "ModifierStacking": "Unique", "OnAdded": [ { "$type": "RecoverSPAction", "Amount": "%AS_RecoverSp", "IgnoreRatio": false, "Percentage": 0, "Target": "Self" } ] } } }