{ // 增加玩家 SP 恢复速率 "AbilityName" : "Follower_SPRate_Increase", "AbilityStacking":"Unique", "DefaultModifier" : { "OnAttackLanded" : [ // { // "$type": "MoleMole.RecoverSPAction", // "Target" : "Self", // "Percentage": "%AddedPlayerSPRatio", // "Amount": 0, // "IgnoreRatio": false, // "Predicates": // [ // { // "$type": "MoleMole.BySkillAttackType", // "AtkType": "Normal", // "CompareType" : "Equal", // } // ] // }, ] }, "AbilitySpecials": { "AddedPlayerSPRatio": { "Value" : 0 }, } }