{ //当攻击类型是斩的时候,造成伤害加成20% "AbilityName":"Dungeon_Buff_Cut", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking":"Unique", "OnHitOther": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AddedDamageRatio", "Predicates": [ { "$type":"MoleMole.ByDamageHitType", "DamageHitType":"Cut" } ] }, { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "BreakStun_Ratio", "PropertyValue": "%BreakStunRatio", "Predicates": [ { "$type":"MoleMole.ByDamageHitType", "DamageHitType":"Cut" } ] } ] }, "AbilitySpecials" : { //表格参数 "AddedDamageRatio" : { "Value" : 0.2 }, "BreakStunRatio" : { "Value" : 0 } } }