{ //当前出战角色被击杀时,其他角色生命值完全恢复 "AbilityName":"Card_DailyUse_1000920", "AbilityStacking":"Unique", "DefaultModifier": { "OnKilledPre": [ { "$type":"MoleMole.ApplyModifier", "ModifierName":"TeamHpRecover", "Target":"TeamAvatars", "Predicates": [ { "$type" : "MoleMole.ByIsLocalAvatar", "Target" : "Self", "IsLocalAvatar" : true } ] } ] }, "Modifiers": { "TeamHpRecover": { "OnAdded": [ { "$type": "MoleMole.ModifyProperty", "Target" : "Self", "PropertyType": "CurHP", "PropertyModifyFunction": "Add", "Percentage": "%HpPercentage", "Predicates": [ { "$type" : "MoleMole.ByAliveState", "Target" : "Self", "AliveState" : "Alive" } ] } ] } }, "AbilitySpecials" : { //表格参数 "HpPercentage" : { "Value" : 1 } } }