{ "AbilityName": "Player_NormalKill", "AbilityStacking": "Unique", "DefaultModifier": { "OnKillOther": [ { "$type": "ApplyModifier", "ModifierName": "OnKillOtherModifier", "Predicates": [ { "$type": "ByIsLocalAvatar", "IsLocalAvatar": true, "Target": "Self" }, { "$type": "ByMonsterFunctionType", "CompareType": "Equal", "MonsterFunctionType": "Monster", "Target": "Target" }, { "$type": "ByAliveState", "AliveState": "Dead", "Target": "Target" } ], "Target": "Self" } ] }, "Modifiers": { "OnKillOtherModifier": { "Duration": 1.0, "IgnoreTimeScale": false, "ModifierStacking": "Replace", "OnAdded": [ { "$type": "TimeSlowByConfigKeyAction", "ConfigKey": "Avatar_Common_NormalKill_TimeSlow_01", "IsGlobal": true }, { "$type": "AttackCameraShakeAction", "ShakeConfigKey": "Avatar_Common_NormalKill_CamShake_01" }, { "$type": "CameraZoomAction", "ZoomConfigKey": "Avatar_Common_NormalKill_CamZoom_01" }, { "$type": "CameraStretchAction", "StretchConfigKey": "Avatar_Common_NormalKill_CamStretch_01" } ] } } }