{ //刷怪镜头注视测试脚本 "AbilityName": "GoldenBomb_BornLookAt", "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "GoldenBomb_BornLookAtModifier", "Target" : "Self", }, ] }, "OnAbilityStart": [ { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "GoldenBomb_BornLookAtModifier", "Target" : "Self", }, ], "Modifiers" : { "GoldenBomb_BornLookAtModifier": { "ModifierStacking" : "MultipleRefresh", "Duration" : -1, "OnAdded" : [ { "$type" : "MoleMole.ActCameraShotAction", "CameraShotKey" : "Test_Level_MonsterLookAt", "Target" : "Self", }, ], }, } }