{ //追击者刷新出生相关演出配置,第二次添加 "AbilityName": "GamePlayChasing_FollowerSpawnPerform_", "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "Monster_Spawn_CameraAim", "Target" : "Self", }, ] }, "OnAbilityStart": [ { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "Monster_Spawn_CameraAim", "Target" : "Self", }, ], "Modifiers" : { "Monster_Spawn_CameraAim": { "ModifierStacking" : "MultipleRefresh", "Duration" : 1.0, "OnAdded" : [ { "$type" : "MoleMole.ActCameraShotAction", "CameraShotKey" : "Test_Level_GamePlay_FollowerSpawn_Aim", "Target" : "Self", }, ], "OnRemoved" : [ { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "Trigger_Skill06", "Target" : "Self", }, ], }, "Trigger_Skill06": { "ModifierStacking" : "Unique", "Duration": -1, "OnAdded": [ { "$type" : "MoleMole.RemoveModifier", "ModifierName" : "Arlaune_Escape_Boom_SFX", "Target" : "Self" }, { "$type" : "MoleMole.SetAnimCtrlerParamAction", "ParamType" : 3, "ParamName" : "Int_AttackIndex", "Target" : "Self", "IntVal" : 6, }, { "$type" : "MoleMole.SetAnimCtrlerParamAction", "ParamType" : 1, "ParamName" : "Trigger_PressAttackA", "Target" : "Self", "BoolVal" : true, }, ], }, } }