{ //QTE后,所有角色获得10点SP "AbilityName" : "Card_Comms_1000101", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking":"Unique", "OnSkillStart": [ { "$type": "MoleMole.RecoverSPAction", "Target" : "TeamAvatars", "Percentage": 0, "Amount": "%SPRecover", "IgnoreRatio": false, "Predicates" : [ { "$type": "MoleMole.ByOr", "Predicates" : [ { "$type": "MoleMole.ByFromSkillType", "Target": "Self", "SkillType": "QTE" }, { "$type": "MoleMole.ByFromSkillType", "Target": "Self", "SkillType": "ExQTE" } ] }, ] }, ] }, "AbilitySpecials" : { //表格参数 "SPRecover" : { "Value" : 10 } } }