{ "AbilityName": "Weapon_Ability_12003", "AbilitySpecials": { "AS_IntervalCD": { "Value": 12 }, "AS_SpRecover": { "Value": 3 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnSkillStart": [ { "$type": "ApplyModifier", "ModifierName": "SpRecoverModifier", "Predicates": [ { "$type": "ByOr", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "ExSp", "Target": "Self" } ] } ], "Target": "Self" } ] }, "Modifiers": { "SpRecoverModifier": { "Duration": "%AS_IntervalCD", "ModifierStacking": "Unique", "OnAdded": [ { "$type": "RecoverSPAction", "Amount": "%AS_SpRecover", "IgnoreRatio": false, "Percentage": 0, "Target": "Self" } ] } } }