{ //冲刺攻击替换为闪避反击 "AbilityName":"Card_Sports_1000804", "AbilityStacking":"Unique", "DefaultModifier": { "OnAdded": [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "RushAttackToCounterAttack", "Target" : "Self" } ] }, "Modifiers" : { "RushAttackToCounterAttack" : { "ModifierStacking" : "Unique", "Block": 5, "Duration" : -1, "OnSkillStart": [ { "$type" : "MoleMole.SetAnimCtrlerParamAction", "ParamType" : 1, "ParamName" : "Trigger_PerfectEvade", "Target" : "Self", "BoolVal" : true, "Predicates" : [ { "$type": "MoleMole.ByFromSkillType", "Target": "Self", "SkillType": "Evade" } ] }, { "$type":"MoleMole.ProcessModifierBlockAction", "IsOpenBlock":true, "AbilityName":"Card_Sports_1000804", //名字必须对应 "ModifierName":"RushAttackToCounterAttack", //名字必须对应 "Predicates": [ { "$type": "MoleMole.ByFromSkillType", "Target": "LocalAvatar", "SkillType": "Counter" } ] } ] } }, "AbilitySpecials" : { //表格参数 "TimeOfDuration" : //Block无法注册Specials { "Value" : 5 } } }