{ //战斗结束后全队恢复15%生命值,但是造成伤害减少30%。 "AbilityName": "Card_DailyUse_1000935", "AbilityStacking": "Unique", "DefaultModifier": { "ModifierStacking":"Unique", "Properties" : { "Actor_AddedDamageRatio" : "%AddedDamageRatio" } // "OnBattleExit": // [ // { // "$type":"MoleMole.ApplyModifier", // "ModifierName":"TeamHpRecover", // "Target":"TeamAvatars" // } // ] }, // "Modifiers": // { // "TeamHpRecover": // { // "OnAdded": // [ // { // "$type": "MoleMole.ModifyProperty", // "Target" : "Self", // "PropertyType": "CurHP", // "PropertyModifyFunction": "Add", // "Percentage": "%HpPercentage", // "Predicates": // [ // { // "$type" : "MoleMole.ByAliveState", // "Target" : "Self", // "AliveState" : "Alive" // } // ] // } // ] // } // }, "AbilitySpecials" : { //表格参数 "AddedDamageRatio" : { "Value" : -0.9 } // "HpPercentage" : // { // "Value" : 0.15 // } } }