{ //释放QTE时,所有角色的生命值恢复5% "AbilityName" : "BUFF_9992000", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking": "Unique", "OnSkillStart": [ { "$type": "MoleMole.ModifyProperty", "Target" : "TeamAvatars", "PropertyType": "CurHP", "PropertyModifyFunction": "Add", "Percentage": "%hpRecoverRatio", "Predicates" : [ { "$type": "MoleMole.ByOr", "Predicates" : [ { "$type": "MoleMole.ByFromSkillType", "Target": "Self", "SkillType": "QTE" }, { "$type": "MoleMole.ByFromSkillType", "Target": "Self", "SkillType": "ExQTE" } ] } ] } ] }, "AbilitySpecials" : { //表格参数 "hpRecoverRatio" : { "Value" : 0.05 } } }