{ //EXSP命中敌人时获得相当于自身HP10%的护盾和击晕加成10%,不可叠加,持续6s;cd10秒 "AbilityName":"Suit_Ability_50236100", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking":"Unique", "OnHitOtherPre": [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "HpShieldModifier", "Predicates" : [ { "$type" : "MoleMole.ByAnimTagList", "TagList" : [ "AttackSpecial", "ExSp" ] }, ] }, { "$type": "MoleMole.ApplyModifier", "ModifierName": "AddBuff", "Predicates" : [ { "$type" : "MoleMole.ByAnimTagList", "TagList" : [ "AttackSpecial", "ExSp" ] }, ] } ] }, "Modifiers" : { "HpShieldModifier": { "ModifierStacking" : "Unique", "Duration" : "%CDTime", "ModifierMixins": [ { "$type" : "MoleMole.HpShieldMixin", "Duration": "%TimeOfDuration", //有效时长 //护盾值 "TotalValueConfig": { "PropertyType": "MaxHP", // "CustomPropertyType": "EnhanceNum", "Percentage": "%ShieldPercent", "Amount": 0, }, //"RecoverPercentage": 0.1, //每秒回复百分比 //"RecoverAmount": 0, //每秒回复百分比 "Priority": 0, //扣除优先级 "IfTakeRestDamageWhenEmpty": true, //护盾值归零时是否承受剩余伤害 } ] }, "AddBuff": { "ModifierStacking" : "Unique", "Duration" : "%CDTime", "OnAdded": [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "AddBuff_01", } ] }, "AddBuff_01": { "ModifierStacking" : "Unique", "Duration" : "%TimeOfDuration", "Properties": { "BreakStun_Ratio":"%BreakStunRatio", } } }, "AbilitySpecials" : { "TimeOfDuration": { "Value": 6 }, "ShieldPercent": { "Value": 0.1 }, "BreakStunRatio": { "Value": 0.1 }, "CDTime": { "Value": 10 }, } }