{ //以太粘液蓄力射击,3秒一次 "AbilityName": "GamePlayEvadeChampion_Cyclops_ChargeShot_Interval_3", "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ //默认出生时添加护盾 { "$type": "MoleMole.ApplyModifier", "ModifierName": "Trigger_Skill02", "Target": "Self", }, ], }, "Modifiers" : { "Trigger_Skill02": { "ModifierStacking" : "Unique", "ThinkInterval": 11, "Duration": -1, "OnThinkInterval": [ { "$type" : "MoleMole.SetAnimCtrlerParamAction", "ParamType" : 3, "ParamName" : "Int_AttackIndex", "Target" : "Self", "IntVal" : 2, }, { "$type" : "MoleMole.SetAnimCtrlerParamAction", "ParamType" : 1, "ParamName" : "Trigger_PressAttackA", "Target" : "Self", "BoolVal" : true, }, ], }, }, }