{ //角色的攻击若没有暴击,则伤害提升30% "AbilityName":"Card_DailyUse_1000922", "AbilityStacking":"Unique", "DefaultModifier": { "OnAdded":[ { "$type":"MoleMole.ApplyModifier", "ModifierName":"AttackModifier", "Target":"Self" } ], // "OnDamageCalculatedPre": // [ // { // "$type": "MoleMole.DamageByAttackPropertyAction", // "AttackProperty" : // { // "DamagePercentage" : "%AddedDamageRatio" // }, // "AttachPoint": "MiddlePoint", // "Target": "Target", // "Predicates": // [ // { // "$type" : "MoleMole.ByAtkHitIsOwnAbility", // "IsOwnAbility" :false // }, // { // "$type": "MoleMole.ByNot", // "Predicates": [ // { // "$type": "MoleMole.ByHitResult", // "HitResult": "Critical" // } // ] // } // ] // } // ] }, "Modifiers" : { "Interval": { "ModifierStacking" : "Unique", "Duration": "%TimeOfDuration", "IgnoreTimeScale" : false, "OnAdded":[ { "$type" : "MoleMole.RemoveModifier", "ModifierName" : "AttackModifier", "Target" : "Self" } ], "OnRemoved":[ { "$type":"MoleMole.ApplyModifier", "ModifierName":"AttackModifier", "Target":"Self" } ] }, "AttackModifier": { "ModifierStacking" : "Replace", "Duration": -1, "OnDamageCalculatedPre": [ { "$type": "MoleMole.DamageByAttackPropertyAction", "AttackProperty" : { "DamagePercentage" : "%AddedDamageRatio" }, "AttachPoint": "MiddlePoint", "Target": "Target", "Predicates": [ { "$type" : "MoleMole.ByAtkHitIsOwnAbility", "IsOwnAbility" :false }, { "$type": "MoleMole.ByNot", "Predicates": [ { "$type": "MoleMole.ByHitResult", "HitResult": "Critical" } ] } ] }, { "$type":"MoleMole.ApplyModifier", "ModifierName":"Interval", "Target":"Self" } ] } }, "AbilitySpecials" : { //表格参数 "AddedDamageRatio" : { "Value" : 1 }, "TimeOfDuration": { "Value":0.4 } } }