{ "AbilityName": "GoldenBomb_TanutBeHit", "AbilityStacking": "Unique", "AbilityMixins": [ { "$type": "MoleMole.AttachStateWithModifierMixin", "ConfigList": [ { "AnimatorStateName": "Skill_Tanut_02_Loop", "LayerIndex": 0, "NormalizedTimeLow": 0.0, "NormalizedTimeHigh": 1.0, "IsLoop": true, "ModifierNameList": [ "GoldenBomb_TanutBeHit" ] }, ] } ], "Modifiers": { "GoldenBomb_TanutBeHit": { "ModifierStacking": "Unique", "Duration": -1, "OnBeingHit": [ { //进入惊吓状态 "$type": "MoleMole.WriteAIParamAction", "Target": "Self", "ParamName": "Int_EscapeType", "IntParamValue": 1 }, ], }, } }